initial project

This commit is contained in:
2025-11-05 09:28:20 +08:00
parent c1c710611f
commit 8ec274dedf
398 changed files with 59106 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}