This commit is contained in:
hsueh chiahao
2025-10-12 11:34:38 +08:00
parent c88e1faa7c
commit 9d32452cb9
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"
]
}