From 96aa63595c6df8324660652c214650b5f8201bce Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Sun, 6 Oct 2024 20:43:00 +0900 Subject: [PATCH] fix(js): generated tsconfig extends path --- packages/js/src/executors/tsc/tsc.impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/js/src/executors/tsc/tsc.impl.ts b/packages/js/src/executors/tsc/tsc.impl.ts index 9cf51138b57c7..af132737291e8 100644 --- a/packages/js/src/executors/tsc/tsc.impl.ts +++ b/packages/js/src/executors/tsc/tsc.impl.ts @@ -69,7 +69,7 @@ export async function* tscExecutor( const { projectRoot, tmpTsConfig, target, dependencies } = checkDependencies( context, - options.tsConfig + _options.tsConfig ); if (tmpTsConfig) {