vuejs/tsconfig

Enhancement: a separate config entry for `module: node16/nodenext`

haoqunjiang opened this issue · 2 comments

References:

Note that don't use node12 because as said in microsoft/TypeScript#46452

Node 14.8 added top-level await, but Node 12 doesn't have it. I think this omission is enough of a wart that starting at Node 12 is the wrong move.

You are now using bundler which is the right approach here. node16/nodenext proved to be problematic with bundlers.

Yeah, I'm thinking that maybe node16/nodenext does not fit into this package… After all, one always needs a bundler to build .vue files.