Skip to content

Commit

Permalink
pass tsconfig through
Browse files Browse the repository at this point in the history
  • Loading branch information
dagda1 committed Feb 4, 2021
1 parent 84732a4 commit 8ffcba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server/src/orchestrator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export function* createOrchestrator(options: OrchestratorOptions): Operation {
srcPath: manifestSrcPath,
distDir: manifestDistDir,
buildDir: manifestBuildDir,
tsconfig: options.project.tsconfig
}));

yield function* () {
Expand Down

0 comments on commit 8ffcba2

Please sign in to comment.