19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"tslint.enable": true,
|
|
"tslint.run": "onType",
|
|
"tslint.autoFixOnSave": true,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true
|
|
},
|
|
"search.exclude": {
|
|
"lib/**/*": true,
|
|
"**/node_modules": true,
|
|
"**/bower_components": true
|
|
},
|
|
"typescript.tsdk": "node_modules\\typescript\\lib"
|
|
}
|