初始化

This commit is contained in:
2024-11-28 13:40:47 +08:00
parent bc75b6012c
commit 4a3117405b
278 changed files with 36671 additions and 25 deletions

11
jsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
/* vscode使 */
{
"compilerOptions": {
"experimentalDecorators": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist", ".vscode"]
}