Skip to content

Commit

Permalink
Enable TypeScript strict mode (closes #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dokmic committed Jan 24, 2020
1 parent 7330680 commit 6d834aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"moduleResolution": "node",
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"strict": true,
"target": "es6"
},
"exclude": [
Expand Down

0 comments on commit 6d834aa

Please sign in to comment.