Skip to content

Commit

Permalink
Change tsconfig.json to be able to execute tsc in watch mode
Browse files Browse the repository at this point in the history
Because of  the `enum-util` library `1.2.0` and the TS2677 error, detailed in
microsoft/TypeScript#23724
  • Loading branch information
thiagodp committed Feb 22, 2019
1 parent 6216185 commit 04d995e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"allowJs": true,
"typeRoots": [
"./node_modules/@types"
]
],
"keyofStringsOnly": true
},
"include": [
"__tests__",
Expand Down

0 comments on commit 04d995e

Please sign in to comment.