Skip to content

Commit

Permalink
Add noUncheckedSideEffectImports option to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Nov 21, 2024
1 parent 6a144b7 commit b458055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUncheckedSideEffectImports": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "../out/viewer",
Expand Down

0 comments on commit b458055

Please sign in to comment.