diff --git a/tsconfig.json b/tsconfig.json index 8d519597..e211f19c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "lib": ["es2022"], "noImplicitAny": true, "noImplicitThis": true, + "noUncheckedSideEffectImports": true, "strictNullChecks": true, "strictBindCallApply": true, "strictFunctionTypes": true,