Skip to content

Commit 695d996

Browse files
just-borisGerrit0
authored andcommitted
ignore incremental option in tsconfig
fixes #1105
1 parent 297e13d commit 695d996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/options/sources/typescript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class TypeScriptSource extends OptionsComponent {
2121
static IGNORED: string[] = [
2222
'out', 'version', 'help', 'emitDeclarationOnly',
2323
'watch', 'declaration', 'declarationDir', 'declarationMap', 'mapRoot',
24-
'sourceMap', 'inlineSources', 'removeComments'
24+
'sourceMap', 'inlineSources', 'removeComments', 'incremental'
2525
];
2626

2727
initialize() {

0 commit comments

Comments
 (0)