fix: server run config

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

View File

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