fix(build): migrate project config and tests to updated git.zone tooling

This commit is contained in:
2026-04-30 08:19:54 +00:00
parent fc00655cef
commit e2779928f4
21 changed files with 792 additions and 2739 deletions
+4 -1
View File
@@ -4,7 +4,10 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"strict": false,
"types": ["node"],
"noImplicitAny": true
},
"exclude": [
"dist_*/**/*.d.ts"