fix tsconfig?
This commit is contained in:
parent
d3d4dc91c5
commit
ba9269eaf6
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"typeRoots": [
|
"typeRoots": [
|
||||||
"node_modules/@types",
|
"./node_modules/@types",
|
||||||
"src/@types"
|
"./src/@types"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"compileOnSave": false,
|
"compileOnSave": false,
|
||||||
|
|
Loading…
Reference in a new issue