We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
noImplicitAny
1 parent e54f17f commit f1fb3a4Copy full SHA for f1fb3a4
tsconfig.json
@@ -8,6 +8,7 @@
8
"moduleResolution": "node",
9
"skipLibCheck": true,
10
"strict": true,
11
+ "noImplicitAny": true,
12
"isolatedModules": true,
13
"noFallthroughCasesInSwitch": true,
14
"esModuleInterop": true,
0 commit comments