This commit is contained in:
2025-11-07 19:40:04 +08:00
parent ce1578853f
commit 783aa03f67
25 changed files with 3855 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}