1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-02 09:49:11 +00:00

13 lines
402 B
JSON
Raw Normal View History

2022-02-08 20:56:21 -08: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,
"src/**/*.scss.ts": true
},
"typescript.tsdk": ".\\node_modules\\typescript\\lib"
}