Skip to content

Commit

Permalink
Update interfaces.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shuky19 authored Jun 5, 2018
1 parent 99b2a69 commit d9871f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/modules/interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ interface ITaskOptions {
failOnTypeErrors: boolean;
/** grunt-ts specific setting - never | always | watch (default) */
fast: string;
/** grunt-ts specific setting - never cached files regex */
forceCompileRegex: string;
/** Disallow inconsistently-cased references to the same file. */
forceConsistentCasingInFileNames: boolean;
/** grunt-ts specific setting - template against which the HTML will be generated */
Expand Down

0 comments on commit d9871f1

Please sign in to comment.