Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vite): get tsconfig from new path including target (#22775)
## Current Behavior Since v18.2.3 (e4c4697) the `tsconfig.generated.json` file generated if `"buildLibsFromSource": false` is placed under a path containing the current build target. The `nx-tsconfig-paths` plugin of `@nx/vite` was not updated accordingly, so now it doesn't find `tsconfig.generated.json`, effectively causing `@nx/vite` to ignore the `"buildLibsFromSource": false` setting. ## Expected Behavior With this PR, `nx-tsconfig-paths` finds `tsconfig.generated.json` at the correct path, so `"buildLibsFromSource": false` works as it did before v18.2.3. (cherry picked from commit b4f6e42)
- Loading branch information