-
-
Notifications
You must be signed in to change notification settings - Fork 232
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 TS2349 using concurrently in full ESM module #454
Comments
Hey! So apparently there's a lengthy discussion here about this issue: microsoft/TypeScript#50058 There are a couple of hacks suggested in there that you could try, but none that is pretty. |
Hey! This is now fixed in v9.0.0. |
Hello,
I have a problem using concurrently (and others modules) in my project after migrate from CJS to full ESM. I have the error TS2349 when I try to call
concurrently
function. But, In VSCode, the definition is correctly loaded on CTRL+click :/This is my config :
And my example code :
He is a screen on my VSCode :
I don't know how to do to fix that. I think my problem is with typescript, but I don't understand how to fix that :/
The text was updated successfully, but these errors were encountered: