Initial commit

This commit is contained in:
fzp
2026-06-05 19:44:57 +08:00
commit 42af726bc3
17 changed files with 3628 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// 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
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
}