chore: utils

This commit is contained in:
2025-08-04 14:10:35 +08:00
parent ff657f29d4
commit 9a45304dd9
7 changed files with 622 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2023",
"lib": ["ES2023"],
"lib": ["ES2023", "DOM"],
"moduleDetection": "force",
"module": "ESNext",