fix(build): update project metadata and tighten TypeScript build configuration

This commit is contained in:
2026-04-30 14:56:32 +00:00
parent 9a13b20164
commit a04cfcbc82
7 changed files with 2301 additions and 1660 deletions
+2 -1
View File
@@ -3,9 +3,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"paths": {}
"types": ["node"]
},
"exclude": ["dist_*/**/*.d.ts"]
}