Skip to content

Commit

Permalink
Change to types node.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Apr 1, 2020
1 parent 064864b commit bfb8b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"esModuleInterop": false,
"resolveJsonModule": true,

"typeRoots": [ "./node_modules/@types" ]
"types": [ "node" ]
},
"exclude": [ "**/benchmark", "**/test/**", "**/build/**", "**/build-*/**" ]
}

0 comments on commit bfb8b7b

Please sign in to comment.