-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Don't bundle declarations due to typescript version #402
Comments
Could you try v4.5.0? |
Tried 4.5.0 but no success.
and then:
But again I have a small declaration file under dist/ for a single source file. and no sign of
Thanks for your help! |
Could you also provide your |
Here is my tsconfig.json file
It is a Vite+Vue+Electron project, so it has |
Describe the bug
Running
npx vite build
with the following options for the plugin:at the end gives the following error:
And the bundled declaration file appears nowhere in the project.
I installed the current version of
@microsoft/api-extractor
but nothing changes.Reproduction
none
Steps to reproduce
Besides providing the full application, I don't know how to create a minimal reproduction.
System Info
Validations
The text was updated successfully, but these errors were encountered: