diff --git a/packages/js/src/executors/tsc/tsc.impl.ts b/packages/js/src/executors/tsc/tsc.impl.ts index 5da8e71ecc56c..fdf69d1c72dc8 100644 --- a/packages/js/src/executors/tsc/tsc.impl.ts +++ b/packages/js/src/executors/tsc/tsc.impl.ts @@ -64,7 +64,7 @@ export async function* tscExecutor( const { projectRoot, tmpTsConfig, target, dependencies } = checkDependencies( context, - _options.tsConfig + options.tsConfig ); if (tmpTsConfig) {