Closed dstaley closed 3 months ago
Hey! I believe this might've been fixed by #456, it's just that it hasn't been released yet.
It's been a while since I played with the type definitions, so at least https://arethetypeswrong.github.io gives all ✅ with the output of npm pack
.
oh you're totally right! it looks like that PR should solve the issue. sorry for the noise!
Hey! This is now fixed in v9.0.0. https://github.com/open-cli-tools/concurrently/releases/tag/v9.0.0
When using
concurrently
in a project withmodule
set tonode16
(ornodeNext
) intsconfig.json
, the default export ofconcurrently
is not correct:I believe this is due to the fact that the
types
field points todist/src/index.d.ts
for both therequire
andimport
fields inexports
, which is not going to work since the files are two different module systems. You can see more compatibility issues here.I'm happy to send in a PR to fix this in a few days, but I just wanted to throw the issue out there for awareness.