1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-13 23:18:26 +00:00

found a better config setup I like

This commit is contained in:
Bowden
2018-01-04 16:29:01 -08:00
parent 7974d20503
commit d822f12121
5 changed files with 6 additions and 28 deletions

View File

@@ -3,7 +3,8 @@
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true
"**/dist": true,
"**/coverge": true
},
"typescript.referencesCodeLens.enabled": true,
"tslint.ignoreDefinitionFiles": false,