aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/runner.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tslint/lib/runner.d.ts')
-rw-r--r--node_modules/tslint/lib/runner.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/tslint/lib/runner.d.ts b/node_modules/tslint/lib/runner.d.ts
index c544d4f03..80b0430de 100644
--- a/node_modules/tslint/lib/runner.d.ts
+++ b/node_modules/tslint/lib/runner.d.ts
@@ -6,7 +6,7 @@ export interface Options {
/**
* Exclude globs from path expansion.
*/
- exclude?: string | string[];
+ exclude: string[];
/**
* File paths to lint.
*/