This commit is contained in:
2025-05-03 21:12:58 +08:00
parent c2a0623482
commit d6014b3c40
19 changed files with 115 additions and 35 deletions

View File

@@ -5,13 +5,8 @@
"lib": [
"ESNext"
],
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"types": [
"node_modules/@types"
],
"paths": {
"@/*": [
"@kevisual/xhs/*": [
"src/*"
]
}