Skip to content

Commit

Permalink
fix(js): append target when generating tmp tsconfig to prevent confli…
Browse files Browse the repository at this point in the history
…cts nrwl#21396
  • Loading branch information
Coly010 committed Apr 5, 2024
1 parent 21f90ca commit ac07e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/js/src/utils/buildable-libs-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ export function createTmpTsConfig(
workspaceRoot,
'tmp',
projectRoot,
process.env.NX_TASK_TARGET_TARGET ?? 'build',
'tsconfig.generated.json'
);
const parsedTSConfig = readTsConfigWithRemappedPaths(
Expand Down

0 comments on commit ac07e58

Please sign in to comment.