diff --git a/packages/js/src/executors/tsc/tsc.impl.ts b/packages/js/src/executors/tsc/tsc.impl.ts index 9cf51138b57c7b..af132737291e88 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) {