Following the getting started guide, I immediately run into the issue
exports is not defined in ES module scope
that's following the Getting started guide on the website https://docs.dagger.io/sdk/nodejs/783645/get-started. To note is that I'm using another existing repo rather than creating a new react app, but I doubt that'd make much of a difference.
I suspect I need something special in the tsconfig, but don't know what or if that's documented.