updates for bun and docker

update libs
This commit is contained in:
2026-01-12 16:09:22 +03:00
parent 9d9f930ff7
commit abccbf3ebf
6 changed files with 60 additions and 562 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"types": ["node"],
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}