Barrelled exports are not using export type-only in Typescript client #2773
Labels
language/typescript
product/sdk-generator
Fern's SDK Generator that outputs client libraries in 7 languages
Describe the bug
Nextjs forces
--isolatedModules
and whenever we generate ourtypescript-sdk
and try to import it from our monorepo it crashes on build time.Expected behavior
It should export interfaces using type-only imports
Versions
The text was updated successfully, but these errors were encountered: