Skip to content

Commit

Permalink
fix: use strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lucgagan committed Nov 11, 2023
1 parent 2e5899a commit cf7acdb
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 @@ -8,6 +8,7 @@
"noUnusedLocals": true,
"noUnusedParameters": false,
"outDir": "dist",
"strict": true,
"target": "ES2022",
"useUnknownInCatchVariables": false
},
Expand Down

0 comments on commit cf7acdb

Please sign in to comment.