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

View File

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