fix(build): modernize project configuration and test setup for current toolchain compatibility

This commit is contained in:
2026-05-01 16:32:34 +00:00
parent 8e692b994e
commit eec36e2e45
10 changed files with 3992 additions and 5686 deletions
+4 -6
View File
@@ -6,12 +6,10 @@
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noImplicitAny": true,
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
"types": ["node"]
},
"exclude": [
"dist_*/**/*.d.ts"
]
}
"exclude": ["dist_*/**/*.d.ts"]
}