build: fix tsconfig

This commit is contained in:
eneller
2026-02-28 01:33:59 +01:00
parent 05090ebb14
commit c4efd793e2
5 changed files with 5 additions and 7 deletions

View File

@@ -2,7 +2,6 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/out-tsc/server",
"module": "commonjs",
"esModuleInterop": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true