tsconfig / bases

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

fix: sync `target` and `lib` #277

Open zanminkian opened 1 month ago

zanminkian commented 1 month ago
  1. See https://github.com/tsconfig/bases/issues/271#issuecomment-2182656647, TS 5.5 now support es2023 target.
  2. Node18 and Node19 will not support some features of es2023. Therefore, Node18 and Node19's lib should be es2022.

Closes #217.