Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(js): use normalized tsConfig path for generating tmpTscConfig
Using the normalized (full) tsConfig path means there is no implicit usage of cwd when generating the temp tsconfig file. So a the @nx/js:tsc executor can be triggered from a different project/directory than the one being built.
- Loading branch information