diff --git a/packages/server/src/orchestrator.ts b/packages/server/src/orchestrator.ts index be16b5d89..807ce8a28 100644 --- a/packages/server/src/orchestrator.ts +++ b/packages/server/src/orchestrator.ts @@ -90,6 +90,7 @@ export function* createOrchestrator(options: OrchestratorOptions): Operation { srcPath: manifestSrcPath, distDir: manifestDistDir, buildDir: manifestBuildDir, + tsconfig: options.project.tsconfig })); yield function* () {