enable Node 16–style ESM resolution

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-01-05 10:48:23 +01:00
parent fcb1e5a298
commit 8ba5f4ae6f

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"target": "es6",
"module": "commonjs",
"module": "node16",
"strict": true,
"declaration": true,
"sourceMap": true,