diff --git a/tsconfig.build.json b/tsconfig.build.json index cbacd03d20..70f63601ae 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -24,9 +24,7 @@ "declarationMap": true, "incremental": true, "preserveWatchOutput": true, - "noUncheckedSideEffectImports": true, - "noCheck": true, - + "noUncheckedSideEffectImports": true, // TODO: Investigate following errors: // - Cannot find module 'rollup/parseAst' or its corresponding type declarations "skipLibCheck": true,