cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.12k stars 78 forks source link

Change base es target to es2020 #2484

Open pokey opened 1 month ago

pokey commented 1 month ago

in tsconfig.base.js. And then override as es6 or whatever where we actually need that

pokey commented 1 month ago

thought about this one a bit more, and I think the idea here was that the base config should be the min es target of all of our entrypoint packages, so that the libs can be imported anywhere. Does that make sense @auscompgeek ?

auscompgeek commented 1 month ago

Yep, I think that was the reason we didn't bump the base target in the first place.