Skip to content

Commit cd6720c

Browse files
committed
run typescript on strict mode
1 parent b7885c8 commit cd6720c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

express-main-example/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"compilerOptions": {
33
"target": "es5",
44
"module": "commonjs",
5-
"strict": false,
6-
"noImplicitAny": false,
5+
"strict": true,
6+
"noImplicitAny": true,
77
"esModuleInterop": true,
88
"skipLibCheck": true,
99
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)