Typescript top level await with path aliases

68 Views Asked by At

I want to use top level await, but at the same time not lose the ability to use path aliases, both in assembly and in developer mode.

I tried to use ts-node-dev with tsconfig-paths, but got the error: "Must use import to load ES Module"

0

There are 0 best solutions below