refactor(sw): enable noImplicitAny (#14191)

This commit is contained in:
Kisaragi 2024-07-13 16:59:08 +09:00 committed by GitHub
parent bcc92d546f
commit 9fcae7d9b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
"compilerOptions": {
"allowJs": true,
"noEmitOnError": false,
"noImplicitAny": false,
"noImplicitReturns": true,
"noUnusedParameters": false,
"noUnusedLocals": true,