mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
tsconfig.json noImplicitAny: true
This commit is contained in:
parent
1c77c0796b
commit
73878aadd6
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"noEmitOnError": false,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedParameters": false,
|
||||
"noUnusedLocals": true,
|
||||
|
@ -14,7 +14,7 @@
|
|||
"removeComments": false,
|
||||
"noLib": false,
|
||||
"strict": true,
|
||||
"strictNullChecks": false
|
||||
"strictNullChecks": false
|
||||
},
|
||||
"compileOnSave": false,
|
||||
"include": [
|
||||
|
|
Loading…
Reference in a new issue