Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c48d6f5

Browse files
committedSep 24, 2024·
typescript: add noUncheckedSideEffectImports Option
1 parent b407854 commit c48d6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"forceConsistentCasingInFileNames": true,
1010
"skipLibCheck": false,
1111
"noImplicitAny": true,
12+
"noUncheckedSideEffectImports": true,
1213
"strict": true,
1314
"strictNullChecks": true,
1415
"strictPropertyInitialization": true,

0 commit comments

Comments
 (0)
Please sign in to comment.