fix(commitinfo): update project metadata and make commit info generation compatible with current tooling

This commit is contained in:
2026-05-01 18:16:09 +00:00
parent 536588f61f
commit 631b346b0a
12 changed files with 4976 additions and 3709 deletions
+3 -1
View File
@@ -5,8 +5,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"types": ["node"]
},
"exclude": [
"dist_*/**/*.d.ts"