2019-12-09 04:06:36 -05: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,
|
2024-03-20 06:09:56 -04:00
|
|
|
"src/**/*.scss.ts": true,
|
|
|
|
"**/jest-output": true
|
2019-12-09 04:06:36 -05:00
|
|
|
},
|
2024-03-20 06:09:56 -04:00
|
|
|
"typescript.tsdk": ".\\node_modules\\typescript\\lib",
|
2019-12-09 04:06:36 -05:00
|
|
|
}
|