This commit is contained in:
2025-03-21 21:42:33 +08:00
commit 2c1f20572e
33 changed files with 5271 additions and 0 deletions

8
jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}