fix: server run config

This commit is contained in:
eneller
2026-02-28 10:18:14 +01:00
parent 6b7ef0114f
commit a9f3aff106
5 changed files with 15 additions and 4 deletions

View File

@@ -4,7 +4,9 @@
"outDir": "../dist/out-tsc/server",
"esModuleInterop": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"module": "nodenext"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]