From dcf825e3cd24c9ec6f06fc6118bd4d4cb0ac831f Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 4 Jan 2019 12:59:11 -0800 Subject: [PATCH] Add types entry to tslint build to prevent inclusion of unwanted types installed via user tests --- scripts/tslint/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tslint/tsconfig.json b/scripts/tslint/tsconfig.json index 045abc24f6b..e9f90ad4266 100644 --- a/scripts/tslint/tsconfig.json +++ b/scripts/tslint/tsconfig.json @@ -12,6 +12,7 @@ "module": "commonjs", "outDir": "../../built/local/tslint", "baseUrl": "../..", + "types": ["node"], "paths": { "typescript": ["lib/typescript.d.ts"] }