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
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
My project uses Typescript and babel 7.
When running tsc its throwing this error:
error TS1205: Cannot re-export a type when the '--isolatedModules' flag is provided.
77 export { File, HubspotFile, HubspotImage }
I could turn off isolatedModules flag from my tsconfig.json but according to the caveat section of babel 7, it is recommended to keep the isolatedModules flag to true. Is there a workaround for this?
Fairly new to asking quesitons, please let me know if i'm being unclear.
The text was updated successfully, but these errors were encountered:
My project uses Typescript and babel 7.
When running
tsc
its throwing this error:I could turn off
isolatedModules
flag from mytsconfig.json
but according to the caveat section of babel 7, it is recommended to keep theisolatedModules
flag totrue
. Is there a workaround for this?Fairly new to asking quesitons, please let me know if i'm being unclear.
The text was updated successfully, but these errors were encountered: