fix: 修复ts问题

This commit is contained in:
2025-07-27 01:05:01 -07:00
parent f534c101dd
commit 191cb7fc69
3 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
"target": "ES2022",
"types": ["node"]
},
"display": "Default"
}