refactor(sw): enable noImplicitAny (#14191)
This commit is contained in:
parent
bcc92d546f
commit
9fcae7d9b2
|
@ -2,7 +2,6 @@
|
|||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"noEmitOnError": false,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedParameters": false,
|
||||
"noUnusedLocals": true,
|
||||
|
|
Loading…
Reference in New Issue