Skip to content

Commit 86a3596

Browse files
db6edrblakeembrey
authored andcommitted
Add TypeScript option inlineSources to ignore list (#261)
Fixes #260
1 parent 6f4e366 commit 86a3596

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
@@ -16,7 +16,7 @@ export class TypeScriptSource extends OptionsComponent
1616
static IGNORED:string[] = [
1717
'out', 'version', 'help',
1818
'watch', 'declaration', 'mapRoot',
19-
'sourceMap', 'removeComments'
19+
'sourceMap', 'inlineSources', 'removeComments'
2020
];
2121

2222

0 commit comments

Comments
 (0)