fix(build): modernize project configuration and align test imports with updated tooling

This commit is contained in:
2026-04-30 08:44:40 +00:00
parent e0d82eff25
commit 2e075501d6
13 changed files with 3142 additions and 8038 deletions
+4 -2
View File
@@ -5,8 +5,10 @@
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
"noImplicitAny": true,
"types": [
"node"
]
},
"exclude": ["dist_*/**/*.d.ts"]
}