Skip to content

Commit

Permalink
Prevent TS warnings for using node types in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Oct 3, 2022
1 parent 93990f4 commit 899038a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"sourceMap": true,
"suppressImplicitAnyIndexErrors": true,
"target": "ES6",
"types": [
"node"
],
"typeRoots": [
"node_modules/@types"
]
Expand Down

0 comments on commit 899038a

Please sign in to comment.