UNPKG

253 BJSONView Raw
1{
2 "typescript.tsdk": "./node_modules/typescript/lib",
3 "files.exclude" : {
4 "**/*.js": { "when": "$(basename).ts"},
5 "**/*.d.ts": true,
6 "**/*.js.map": true
7 },
8 "tslint.alwaysShowRuleFailuresAsWarnings": true
9}
\No newline at end of file