Skip to content

Commit

Permalink
fix(js): generated tsconfig extends path (nrwl#28316)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Oct 6, 2024
1 parent c2af06e commit ae2ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/js/src/executors/tsc/tsc.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export async function* tscExecutor(

const { projectRoot, tmpTsConfig, target, dependencies } = checkDependencies(
context,
options.tsConfig
_options.tsConfig
);

if (tmpTsConfig) {
Expand Down

0 comments on commit ae2ad7b

Please sign in to comment.