Skip to content

Commit

Permalink
fix: Use strict TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Sep 7, 2023
1 parent 199358b commit b47283c
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
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"module": "CommonJS",
"target": "ES2022"
"target": "ES2022",
"strict": true
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit b47283c

Please sign in to comment.