Skip to content

Commit

Permalink
Enable noUncheckedSideEffectImports TypeScript option
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Sep 28, 2024
1 parent 0df600a commit 77559f8
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": true,
"noUncheckedIndexedAccess": true,
"noUncheckedSideEffectImports": true,
"strict": true,
"target": "es6",
"outDir": "."
Expand Down

0 comments on commit 77559f8

Please sign in to comment.