You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(!) [plugin typescript] @rollup/plugin-typescript TS5096: Option 'allowImportingTsExtensions' can only be used when either 'noEmit' or 'emitDeclarationOnly' is set.
Additional Information
Whatever I set in the files tsconfig.lib.ts and tsconfig.rollup.tscompilerOptions for noEmit or emitDeclarationsOnly this warning is shown.
The text was updated successfully, but these errors were encountered:
Expected Behavior
No warning should be shown.
Actual Behavior
I get the following warning:
Additional Information
Whatever I set in the files
tsconfig.lib.ts
andtsconfig.rollup.ts
compilerOptions
fornoEmit
oremitDeclarationsOnly
this warning is shown.The text was updated successfully, but these errors were encountered: