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
No known key found for this signature in database
GPG key ID: D59F87F60C5400C9

View file

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