This commit is contained in:
李狗蛋
2025-07-24 12:00:08 +08:00
commit 4532524e9d
53 changed files with 12185 additions and 0 deletions

19
vue/jsconfig.json Normal file
View File

@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}