feat: using Bun instead of Node.js\!

This commit is contained in:
2026-01-22 20:18:06 +01:00
parent 01fb0aedf5
commit e34cfe5af1
10 changed files with 80 additions and 154 deletions

View File

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