fix: provide outDir to typescript compiler (#9518)
This commit is contained in:
@@ -133,6 +133,8 @@ async function buildBackend(projectRoot: string): Promise<boolean> {
|
|||||||
const program = ts.createProgram(filesToCompile, {
|
const program = ts.createProgram(filesToCompile, {
|
||||||
...tsConfig.options,
|
...tsConfig.options,
|
||||||
...{
|
...{
|
||||||
|
outDir: dist,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Disable inline source maps when the user has enabled
|
* Disable inline source maps when the user has enabled
|
||||||
* source maps within the config file
|
* source maps within the config file
|
||||||
|
|||||||
Reference in New Issue
Block a user