-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
[@rollup/plugin-typescript] --configPlugin
command option with Typescript plugin doesn't support reference
option in tsconfig.json.
#1755
Comments
same here, any solution? tsconfig.json
src\components\atoms\tsconfig.json
tsconfig-base.json
|
Also running into this. Replacing my base
tsconfig.json
tsconfig.rollup.json
|
Ah it appears to not only break for |
its work for me
and use this command to make the d.ts files
|
Expected Behavior
Output successfully.
Actual Behavior
Throw error:
Note that you need plugins to import files that are not JavaScript
.Additional Information
The rollup config file is included with the tsconfig file in
references
array.The text was updated successfully, but these errors were encountered: