switch to ESM and update config/test wiring

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-01-28 10:34:04 +01:00
parent f64486ace9
commit faa5b5bf22
50 changed files with 202 additions and 186 deletions

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
"module": "es2020",
"moduleResolution": "bundler",
"esModuleInterop": true,
"target": "es6",
"module": "node16",
"isolatedModules": true,
"strict": true,
"declaration": true,
@@ -14,6 +14,7 @@
"noImplicitAny": false,
"resolveJsonModule": true,
"useUnknownInCatchVariables": false,
"skipLibCheck": true,
},
"exclude": [
"./__mocks__/**/*",