This commit is contained in:
2025-10-17 14:39:36 +08:00
parent 40a5f4e29c
commit 7f3def2121
17 changed files with 353 additions and 272 deletions

12
jsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
}
},
"include": [
"src/**/*",
"*.js"
]
}