-
Notifications
You must be signed in to change notification settings - Fork 11
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
error TS1383: Only named exports may use 'export type' #18
Comments
@cloudatlas9 what version of TypeScript are you using? Can you run |
It's version
|
I think the syntax we're using in the Node SDK is fine with newer versions of TypeScript, however, there's no harm in changing the syntax for us, so I'll change it up in a future release so this won't be an issue anymore. |
In version 3.1.0, we're using the |
After installing the assemblyai npm package, I get a bunch of these errors when trying to build the project:
Is it something on my side, configuration-wise?
P.S. And thanks for this super easy to use library (e.g. all type interfaces exported) ✌️
The text was updated successfully, but these errors were encountered: