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,
|
||||
"resolveJsonModule": true,
|
||||
"typeRoots": [
|
||||
"node_modules/@types",
|
||||
"src/@types"
|
||||
"./node_modules/@types",
|
||||
"./src/@types"
|
||||
]
|
||||
},
|
||||
"compileOnSave": false,
|
||||
|
|
Loading…
Reference in a new issue