Skip to content

Commit

Permalink
fix(compiler): do not force disable incremental build
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Dec 16, 2019
1 parent d55ade5 commit f5a5daf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler_next/transpile/ts-config.ts
Expand Up @@ -7,7 +7,6 @@ export const getTsOptionsToExtend = (config: d.Config) => {
const tsOptions: ts.CompilerOptions = {
experimentalDecorators: true,
declaration: config.outputTargets.some(isOutputTargetDistTypes),
incremental: false,
module: ts.ModuleKind.ESNext,
moduleResolution: ts.ModuleResolutionKind.NodeJs,
noEmitOnError: false,
Expand Down

0 comments on commit f5a5daf

Please sign in to comment.