fix: type not find

This commit is contained in:
xingyu4j
2025-12-04 18:03:55 +08:00
parent f11b08d8cb
commit 9dfe3f5af8
3 changed files with 1 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
"composite": false,
"lib": ["ESNext"],
"baseUrl": "./",
"moduleResolution": "bundler",
"types": ["node"],
"noImplicitAny": true
}