Skip to content

Commit

Permalink
Use strict in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Apr 17, 2018
1 parent aa9052d commit 58b243c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tsconfig.json
Expand Up @@ -5,13 +5,9 @@
"rootDir": "src",
"outDir": "dist",
"module": "commonjs",
"declaration": true,
"noImplicitAny": true,
"strictNullChecks": true,
"removeComments": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"moduleResolution": "node",
"strict": true,
"declaration": true,
"sourceMap": true,
"inlineSources": true,
"types": ["node", "mocha"]
Expand Down

0 comments on commit 58b243c

Please sign in to comment.