We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53ad98 commit b63d237Copy full SHA for b63d237
tsconfig.base.json
@@ -27,6 +27,7 @@
27
"declaration": true,
28
"skipLibCheck": true,
29
"outDir": "${configDir}/dist",
30
- "declarationDir": "${configDir}/dist"
+ "declarationDir": "${configDir}/dist",
31
+ "noUncheckedSideEffectImports": true
32
}
33
0 commit comments