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.
1 parent b7885c8 commit cd6720cCopy full SHA for cd6720c
express-main-example/tsconfig.json
@@ -2,8 +2,8 @@
2
"compilerOptions": {
3
"target": "es5",
4
"module": "commonjs",
5
- "strict": false,
6
- "noImplicitAny": false,
+ "strict": true,
+ "noImplicitAny": true,
7
"esModuleInterop": true,
8
"skipLibCheck": true,
9
"forceConsistentCasingInFileNames": true,
0 commit comments