Skip to content

Commit aaa09f7

Browse files
kyasbalblakeembrey
authored andcommitted
Ignore declarationDir option (#466)
1 parent df3b1ed commit aaa09f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.tscache
44
.baseDir.js
55
.baseDir.ts
6+
yarn.lock
67

78
/src/typings/typescript/typescript.js
89

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class TypeScriptSource extends OptionsComponent {
1414
*/
1515
static IGNORED: string[] = [
1616
'out', 'version', 'help',
17-
'watch', 'declaration', 'mapRoot',
17+
'watch', 'declaration', 'declarationDir', 'mapRoot',
1818
'sourceMap', 'inlineSources', 'removeComments'
1919
];
2020

0 commit comments

Comments
 (0)