This commit is contained in:
caesar
2025-01-16 09:06:11 +08:00
parent 5348ca237b
commit 484116be5c
7 changed files with 3830 additions and 88 deletions

View File

@@ -5,7 +5,8 @@
"node_modules/@types"
],
"types": [
"node"
"node",
"jest"
],
"target": "ES2020",
// 编译目标
@@ -30,4 +31,4 @@
"**/*.spec.ts"
// 排除测试文件
]
}
}