fix: provide outDir to typescript compiler (#9518)

This commit is contained in:
Harminder Virk
2024-10-09 23:13:24 +05:30
committed by GitHub
parent 1560d7ed5f
commit 8d3e7b3336

View File

@@ -133,6 +133,8 @@ async function buildBackend(projectRoot: string): Promise<boolean> {
const program = ts.createProgram(filesToCompile, {
...tsConfig.options,
...{
outDir: dist,
/**
* Disable inline source maps when the user has enabled
* source maps within the config file