This commit is contained in:
nub31
2025-10-23 10:20:41 +02:00
parent b9c01b0683
commit 6fed902025
6 changed files with 8 additions and 26 deletions

View File

@@ -1,11 +1,8 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"files.exclude": {},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
"out": true,
"node_modules": true,
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
}
}