Skip to content

Commit

Permalink
feat: add noUncheckedSideEffectImports (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli authored Sep 13, 2024
1 parent b831ea5 commit c93909e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUncheckedSideEffectImports": true,

/* Additional checks */
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit c93909e

Please sign in to comment.