antfu / esbuild-node-loader

Transpile TypeScript to ESM with Node.js loader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can it work with --experimental-specifier-resolution=node ?

thelinuxlich opened this issue · comments

Without this flag we need to import typescript files explicitly and VSCode shows errors on it:

image

Now in 0.1.0, it should just work (no need for --experimental-specifier-resolution=node)