From 74446f8508ae89ad7438aa80cd36b2f6b1023e78 Mon Sep 17 00:00:00 2001 From: Paul Cowan Date: Wed, 3 Feb 2021 12:14:12 +0000 Subject: [PATCH] pass tsconfig through --- packages/server/src/orchestrator.ts | 1 + 1 file changed, 1 insertion(+) 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* () {