Skip to content

Commit

Permalink
chore(tsconfig): enable strict type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 9, 2024
1 parent e6a781a commit 78f7c92
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 @@
"moduleResolution": "NodeNext",
"outDir": "types",
"resolveJsonModule": true,
"strict": true,
"target": "ES2022"
},
"include": ["src/index.js"]
Expand Down

0 comments on commit 78f7c92

Please sign in to comment.