Skip to content

Commit

Permalink
Use strict Typescript compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Rieder committed Oct 28, 2018
1 parent 8433590 commit 9d68501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -14,6 +14,7 @@
"noUnusedLocals": true,
"target": "es5",
"typeRoots": [ "./types", "./node_modules/@types"]
"strict": true
},
"files": ["src/index.ts"]
}

0 comments on commit 9d68501

Please sign in to comment.