Skip to content

Commit

Permalink
run typescript on strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Keimeno committed Mar 10, 2021
1 parent b7885c8 commit cd6720c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions express-main-example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": false,
"noImplicitAny": false,
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit cd6720c

Please sign in to comment.