Federico 43cbbe2d71 react-admin-sc-catalog-pnpjs - Site Collection App Catalogs Summary View (#1058)
* Initial commit

* Implemented business logic and UI

* UI, Readme.md, bugfixing

* Update README.md

* removed unuseful comments

* Code Review
2019-12-09 11:10:51 +02:00

13 lines
402 B
JSON

// 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"
}