Skip to content

Commit dcf825e

Browse files
committed
Add types entry to tslint build to prevent inclusion of unwanted types installed via user tests
1 parent 7a2b2ce commit dcf825e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tslint/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"module": "commonjs",
1313
"outDir": "../../built/local/tslint",
1414
"baseUrl": "../..",
15+
"types": ["node"],
1516
"paths": {
1617
"typescript": ["lib/typescript.d.ts"]
1718
}

0 commit comments

Comments
 (0)