更新依赖

This commit is contained in:
HapeLee
2025-09-01 01:45:13 +08:00
parent a0c953926f
commit 3ae4e9a134
18 changed files with 3570 additions and 75 deletions
+7 -1
View File
@@ -11,6 +11,12 @@
"@/*": ["./src/*"],
"@api": ["./src/api"],
"@utils/*": ["./src/utils/*"]
}
},
"target": "ES2021",
"lib": [
"ES2021",
"DOM",
"DOM.Iterable"
]
}
}