This commit is contained in:
quantulr
2024-01-29 17:26:16 +08:00
commit 91d4be0348
29 changed files with 2800 additions and 0 deletions

8
jsconfig.json Normal file
View File

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