We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see vitest-dev/vitest#7501 (comment)
https://github.com/rixo/vitest-issue-tsconfig-relative-paths
run pnpm dlx tsconfck parse tsconfig.json
pnpm dlx tsconfck parse tsconfig.json
as defined in https://www.typescriptlang.org/docs/handbook/modules/reference.html#relationship-to-baseurl the paths should be treated as relative to baseUrl or the directory of the tsconfig that defined them
The text was updated successfully, but these errors were encountered:
for parseNative, the output of parseJsonFileContent includes options.pathsBasePath
options.pathsBasePath
Sorry, something went wrong.
No branches or pull requests
Description
see vitest-dev/vitest#7501 (comment)
Reproduction
https://github.com/rixo/vitest-issue-tsconfig-relative-paths
run
pnpm dlx tsconfck parse tsconfig.json
expected output
as defined in https://www.typescriptlang.org/docs/handbook/modules/reference.html#relationship-to-baseurl the paths should be treated as relative to baseUrl or the directory of the tsconfig that defined them
The text was updated successfully, but these errors were encountered: