fix: remove rootDir from tsconfig.server.json

Allow socket-server.ts in root while outputting to dist/
This commit is contained in:
Thomas Hallock
2025-10-10 10:55:41 -05:00
parent 29f5adcfbc
commit 431e4a61de

View File

@@ -4,7 +4,6 @@
"module": "commonjs",
"target": "es2020",
"outDir": "./dist",
"rootDir": "./src",
"noEmit": false,
"incremental": false,
"skipLibCheck": true,