Skip to content

Commit

Permalink
chore(jsconfig): enable strict type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 3, 2024
1 parent 7b31246 commit 0261ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsconfig.json
Expand Up @@ -4,6 +4,7 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"strict": true,
"target": "ES2022"
},
"exclude": ["dist", "node_modules"]
Expand Down

0 comments on commit 0261ede

Please sign in to comment.