From d9871f1c9cb648935e2b17fb1d739aece43a8d21 Mon Sep 17 00:00:00 2001 From: Shuky Chen Date: Tue, 5 Jun 2018 13:32:48 +0300 Subject: [PATCH] Update interfaces.d.ts --- tasks/modules/interfaces.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/modules/interfaces.d.ts b/tasks/modules/interfaces.d.ts index f52f6c87..ce42883b 100644 --- a/tasks/modules/interfaces.d.ts +++ b/tasks/modules/interfaces.d.ts @@ -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 */