Skip to content

Commit

Permalink
fix(definitelyTyped): add node types in generated tsconfig (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pmyl committed Jan 16, 2020
1 parent 6265fde commit 19caa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitelyTypedTests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async function run(dir, processId) {
'typeRoots': [
definitelyTyped.typesFolder
],
'types': [],
'types': ['node'],
'baseUrl': definitelyTyped.typesFolder
},
'files': [
Expand Down

0 comments on commit 19caa94

Please sign in to comment.