This commit is contained in:
李狗蛋
2025-04-07 22:14:52 +08:00
commit 490577d411
35 changed files with 27894 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"
]
}
}