fix: remove rootDir from tsconfig.server.json
Allow socket-server.ts in root while outputting to dist/
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"module": "commonjs",
|
||||
"target": "es2020",
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"noEmit": false,
|
||||
"incremental": false,
|
||||
"skipLibCheck": true,
|
||||
|
||||
Reference in New Issue
Block a user