Skip to content

Commit

Permalink
fix(vite): get tsconfig from new path including target
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-tng committed Apr 11, 2024
1 parent c8f179d commit 07c9adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/plugins/nx-tsconfig-paths.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export function nxViteTsPaths(options: nxViteTsPathsOptions = {}) {
workspaceRoot,
'tmp',
projectRootFromWorkspaceRoot,
process.env.NX_TASK_TARGET_TARGET ?? 'build',
'tsconfig.generated.json'
)
);
Expand Down

0 comments on commit 07c9adf

Please sign in to comment.