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
I found out that the cause of this error is dts plugin's compilerOptions.baseUrl option. when I set baseUrl to .. it will work fine
..
I don't understand why tsup is setting it to absolute path
tsup
tsup: latest typescript: latest
https://github.com/Dunqing/unplugin-moment-to-dayjs
set tsconfig's baseUrl to . or remove it and execute pnpm run build. you will see the error.
.
The text was updated successfully, but these errors were encountered:
df40e12
🎉 This issue has been resolved in version 5.12.6 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
I found out that the cause of this error is dts plugin's compilerOptions.baseUrl option.
when I set baseUrl to
..
it will work fineI don't understand why
tsup
is setting it to absolute pathVersion
tsup: latest
typescript: latest
Repro
https://github.com/Dunqing/unplugin-moment-to-dayjs
set tsconfig's baseUrl to
.
or remove it and execute pnpm run build.you will see the error.
The text was updated successfully, but these errors were encountered: