Skip to content

Commit 60b49a8

Browse files
AdamVigGerrit0
authored andcommitted
Ignore tsBuildInfoFile TypeScript compiler option
1 parent 31ae8d8 commit 60b49a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

2728
initialize() {

0 commit comments

Comments
 (0)