fix(build): tighten TypeScript compiler settings and refresh package metadata

This commit is contained in:
2026-04-30 08:23:22 +00:00
parent c8d3ed79aa
commit 440197ccf3
9 changed files with 298 additions and 276 deletions
+1
View File
@@ -6,6 +6,7 @@
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"types": ["node"],
"noImplicitAny": true,
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {}