add dockerfile

This commit is contained in:
2025-09-26 02:19:59 +02:00
parent ec3093cbf3
commit be947e0823
4 changed files with 196 additions and 47 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"outDir": "./dist",
"esModuleInterop": true,
"strict": true
},
"include": ["server.ts"],
"exclude": ["node_modules"]
}