ananthakumaran / tide

Tide - TypeScript Interactive Development Environment for Emacs
GNU General Public License v3.0
1.46k stars 109 forks source link

When setting the tsconfig.json target to es2022 tide will load from the tsconfig once and then revert to es2015 #454

Open matt384 opened 2 years ago

matt384 commented 2 years ago

When setting the tsconfig.json target to es2022 tide will load from the tsconfig once and then revert to es2015

Relevant Version Numbers

Steps to Reproduce the Bug

Set target version in tsconfig to es2022

Expected Behavior

tide should use the es2022 setting

Actual Behavior

tide reverts to es2015 target