Disable implicit any

This commit is contained in:
Dmitry Lyzo
2022-02-18 14:27:39 +03:00
parent a42053563d
commit df0adbae3d
+1 -1
View File
@@ -5,7 +5,7 @@
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": false,
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"module": "ESNext",