first commit

This commit is contained in:
wtq
2025-11-28 09:19:55 +08:00
commit cc3972e719
163 changed files with 30371 additions and 0 deletions

14
jsconfig.json Normal file
View File

@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": [
"node_modules"
]
}