-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Only named exports can use 'export type' error #105
Comments
Interesting @EmilIvanov , what version of Typescript are you running? |
@samchungy 4.9.5 |
I see I see, looks like they added it in 5.0. Hmmm let me see if there's something else I can do then. I may make this a breaking change down the line in future versions |
@samchungy I guess, I should add that I have TS configured like so |
Should be fixed in 2.4.0, thanks for reporting @EmilIvanov! |
Hi, I'm getting this on the latest version:
TypeScript doesn't like the
export type *
The text was updated successfully, but these errors were encountered: