fix: 添加 Jest 类型支持,修复测试文件类型错误

This commit is contained in:
张翔
2026-04-21 07:34:47 +08:00
parent e6e3f79a2b
commit 896a960159
3 changed files with 1493 additions and 8585 deletions
+1
View File
@@ -22,6 +22,7 @@
"isolatedModules": true,
"jsx": "react-jsx",
"incremental": true,
"types": ["jest", "node"],
"plugins": [
{
"name": "next"