mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
tsconfig.json noImplicitAny: true
This commit is contained in:
@ -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": [
|
||||
|
Reference in New Issue
Block a user