Skip to content

Commit

Permalink
fix tsconfig?
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Oct 25, 2019
1 parent d3d4dc9 commit ba9269e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"typeRoots": [
"node_modules/@types",
"src/@types"
"./node_modules/@types",
"./src/@types"
]
},
"compileOnSave": false,
Expand Down

0 comments on commit ba9269e

Please sign in to comment.