Skip to content

Conversation

@yakanet
Copy link

@yakanet yakanet commented Oct 14, 2025

For some node runtime (like bun or deno), the default typescript configuration is verbatimModuleSyntax: true

So for every imports, if the imported object is a type or an interface, the import must be written using the import type syntax.

This PR is creating a flag verbatimModuleSyntax (false by default to avoid breaking changes), that allow the generator to create that kind of import.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant