Add types entry to tslint build to prevent inclusion of unwanted types installed via user tests

This commit is contained in:
Wesley Wigham
2019-01-04 12:59:11 -08:00
parent 7a2b2cebbf
commit dcf825e3cd

View File

@@ -12,6 +12,7 @@
"module": "commonjs",
"outDir": "../../built/local/tslint",
"baseUrl": "../..",
"types": ["node"],
"paths": {
"typescript": ["lib/typescript.d.ts"]
}