diff --git a/server/tsconfig.json b/server/tsconfig.json index 79a3b5e1..486f7783 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -6,7 +6,7 @@ "rootDir": ".", "strict": true, "esModuleInterop": true, - "noEmit": true, + "noEmit": false, "baseUrl": ".", "paths": { "@/*": ["./src/*"]