2018-11-14 10:27:50 -05:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
2017-03-01 02:59:16 -05:00
|
|
|
{
|
2018-11-14 10:27:50 -05:00
|
|
|
// Configure glob patterns for excluding files and folders in the file explorer.
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/.DS_Store": true,
|
|
|
|
"**/bower_components": true,
|
|
|
|
"**/coverage": true,
|
|
|
|
"**/lib-amd": true,
|
|
|
|
"src/**/*.scss.ts": true
|
|
|
|
},
|
|
|
|
"typescript.tsdk": ".\\node_modules\\typescript\\lib"
|
2017-03-01 02:59:16 -05:00
|
|
|
}
|