Skip to content

Commit

Permalink
Don't need these anymore
Browse files Browse the repository at this point in the history
"strict" includes them
  • Loading branch information
joshaber committed May 1, 2017
1 parent 116fcb2 commit 15a1cb6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
"module": "commonjs",
"moduleResolution": "node",
"target": "es6",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"strictNullChecks": true,
"sourceMap": true,
"jsx": "react",
"strict": true,
Expand Down

0 comments on commit 15a1cb6

Please sign in to comment.