fix tsconfig?

This commit is contained in:
rinsuki 2019-10-26 00:02:13 +09:00
parent d3d4dc91c5
commit ba9269eaf6
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"typeRoots": [
"node_modules/@types",
"src/@types"
"./node_modules/@types",
"./src/@types"
]
},
"compileOnSave": false,