diff --git a/server/tsconfig.json b/server/tsconfig.json index ec4b9004..6907bd74 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -5,6 +5,7 @@ "module": "commonjs", "outDir": "../dist", "noEmit": false, + "incremental": true, "baseUrl": ".", "paths": { "@server/*": ["*"]