Skip to content

Commit

Permalink
Ignore declarationDir option (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal authored and blakeembrey committed Apr 3, 2017
1 parent df3b1ed commit aaa09f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.tscache
.baseDir.js
.baseDir.ts
yarn.lock

/src/typings/typescript/typescript.js

Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils/options/sources/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class TypeScriptSource extends OptionsComponent {
*/
static IGNORED: string[] = [
'out', 'version', 'help',
'watch', 'declaration', 'mapRoot',
'watch', 'declaration', 'declarationDir', 'mapRoot',
'sourceMap', 'inlineSources', 'removeComments'
];

Expand Down

0 comments on commit aaa09f7

Please sign in to comment.