Skip to content

Commit

Permalink
enable strict = true
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Oct 16, 2017
1 parent 8455e7e commit 532a88b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
"sourceMap": true,
"declaration": true,
"module": "commonjs",
"noImplicitAny": true,
"noImplicitReturns": false,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"noEmitOnError": false,
"allowJs": false,
"strictNullChecks": true,
"strict": true,
"target": "es5",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true
Expand Down

0 comments on commit 532a88b

Please sign in to comment.