This commit is contained in:
辉鸭蛋
2024-10-07 16:18:40 +08:00
commit 83583c2e9c
12 changed files with 1398 additions and 0 deletions

8
jsconfig.json Normal file
View File

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