diff --git a/scripts/config/tsconfig.json b/scripts/config/tsconfig.json index fe9be7b7ae..7f6ed100e3 100644 --- a/scripts/config/tsconfig.json +++ b/scripts/config/tsconfig.json @@ -16,7 +16,8 @@ /* type checking */ "strict": true, "noUnusedLocals": true, - "noUnusedParameters": true + "noUnusedParameters": true, + "noUncheckedSideEffectImports": true }, "$schema": "https://json.schemastore.org/tsconfig", "display": "Base"