Skip to content

Commit

Permalink
Stricter tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jul 10, 2018
1 parent e061d34 commit 59496bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Expand Up @@ -5,6 +5,8 @@
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
},
Expand Down

0 comments on commit 59496bf

Please sign in to comment.