2018-09-10 06:11:45 -04:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
|
|
|
// 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,
|
2021-07-09 09:38:05 -04:00
|
|
|
"src/**/*.scss.ts": true
|
2018-09-10 06:11:45 -04:00
|
|
|
},
|
|
|
|
"typescript.tsdk": ".\\node_modules\\typescript\\lib"
|
|
|
|
}
|