Skip to content

Commit

Permalink
build(typescript): enable strict option
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Dec 28, 2020
1 parent ae41058 commit 4c5344a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": true,
"allowJs": true
"allowJs": true,
"strict": true
}
}

0 comments on commit 4c5344a

Please sign in to comment.