Skip to content

Commit a6e3fee

Browse files
authored
chore: enable noUncheckedSideEffectImports in tsconfig.json (#5384)
1 parent 59b9ad9 commit a6e3fee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/config/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
/* type checking */
1717
"strict": true,
1818
"noUnusedLocals": true,
19-
"noUnusedParameters": true
19+
"noUnusedParameters": true,
20+
"noUncheckedSideEffectImports": true
2021
},
2122
"$schema": "https://json.schemastore.org/tsconfig",
2223
"display": "Base"

0 commit comments

Comments
 (0)