fix: node-22 runtime again, bum-1.1 not working

This commit is contained in:
2026-01-23 00:21:19 +01:00
parent e34cfe5af1
commit 575a06a41b
10 changed files with 152 additions and 78 deletions

View File

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"rootDir": "src",
"resolveJsonModule": true,
"allowJs": true,
"outDir": "dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": true,
"skipLibCheck": true
}
}