Closed koba04 closed 3 years ago
json5 has provided its type definition from v2.2.0, so @types/json5 has been deprecated. https://github.com/json5/json5/releases/tag/v2.2.0
json5
@types/json5
json5 has dropped Node v4 support at v2, so if tsconfig-paths supports the version, this would be a breaking change.
tsconfig-paths
Thanks!
Thank you!
See #171 - this is indeed a breaking change published in a minor version, because json5 v2 breaks on node 4.
@ljharb Good catch, I'll revert this PR then.
json5
has provided its type definition from v2.2.0, so@types/json5
has been deprecated. https://github.com/json5/json5/releases/tag/v2.2.0json5
has dropped Node v4 support at v2, so iftsconfig-paths
supports the version, this would be a breaking change.Thanks!