Adapt files.exclude (#1736)

This commit is contained in:
Kiwi
2018-07-06 16:08:10 -03:00
committed by Wyatt Johnson
parent 37cb23dd59
commit 4fe85b8dbc
2 changed files with 4 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
node_modules
+3 -5
View File
@@ -9,12 +9,10 @@
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"node_modules": true,
"dist": true,
".vscode": true,
"package-lock.json": true
".vs": true
},
"tslint.exclude": "**/node_modules/**",
"tslint.autoFixOnSave": true,
"tslint.jsEnable": true,
"typescript.tsdk": "node_modules/typescript/lib"
}
}