Skip to content

Commit b63d237

Browse files
chore(TypeScript): enable noUncheckedSideEffectImports option (#6369)
1 parent c53ad98 commit b63d237

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.base.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"declaration": true,
2828
"skipLibCheck": true,
2929
"outDir": "${configDir}/dist",
30-
"declarationDir": "${configDir}/dist"
30+
"declarationDir": "${configDir}/dist",
31+
"noUncheckedSideEffectImports": true
3132
}
3233
}

0 commit comments

Comments
 (0)