mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
Add 'src/@types' to typeRoots
This commit is contained in:
parent
f18c6ca786
commit
ff5487c880
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@
|
|||
"strict": true,
|
||||
"strictNullChecks": false,
|
||||
"experimentalDecorators": true,
|
||||
"resolveJsonModule": true
|
||||
"resolveJsonModule": true,
|
||||
"typeRoots": [
|
||||
"node_modules/@types",
|
||||
"src/@types"
|
||||
]
|
||||
},
|
||||
"compileOnSave": false,
|
||||
"include": [
|
||||
|
|
Loading…
Reference in a new issue