mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 05:58:36 +00:00
2d9b61fc4d
* Initial commit * first commit * first release * rework * load fix and styling * fix webpart select * css ReactTourJS fix * css fix * added assets * Update README.md * fix webPartData undefined on Text Webpart
13 lines
402 B
JSON
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"
|
|
} |