tsconfig / bases

Hosts TSConfigs to extend in a TypeScript app, tuned to a particular runtime environment
MIT License
6.4k stars 240 forks source link

Reasoning behind removing the ESM config #228

Closed matthewlilley closed 1 year ago

matthewlilley commented 1 year ago

Discussions aren't enabled on this repo or I would've asked that there.

What was the reasoning behind removing the ESM config?

TIA

orta commented 1 year ago

You can read up on https://github.com/tsconfig/bases/pull/197 but generally there is no "ESM" runtime, only something like "Node"

matthewlilley commented 1 year ago

Gotcha, I was trying to find a relevant PR but couldn't. Thanks for the help!