1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

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,