Sergej Schwabauer b4861f5bdb Add 'samples/react-interactive-map/' from commit '37b5f45bc98102a631f16b26a67b01d22a7765e6'
git-subtree-dir: samples/react-interactive-map
git-subtree-mainline: e43943f69e764dc178745822d99a34d28dc51032
git-subtree-split: 37b5f45bc98102a631f16b26a67b01d22a7765e6
2022-10-14 12:21:31 +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"
}