tide icon indicating copy to clipboard operation
tide copied to clipboard

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

Open matt384 opened this issue 2 years ago • 0 comments

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

Relevant Version Numbers

  • Tide: 4.5.4
  • TypeScript: 4.8.3
  • Emacs: 28.2

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

matt384 avatar Oct 04 '22 19:10 matt384