dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.82k stars 104 forks source link

Breaking change in v3.10 #171

Closed ljharb closed 3 years ago

ljharb commented 3 years ago

Upgrading json5 from v1 to v2 is a breaking change, because json5 v2 does not work in node 4, and tsconfig-paths v3.9 does.

Please revert to json5 v1, so eslint-plugin-import can continue to use the latest version of this package.

ljharb commented 3 years ago

Confirmed fixed in https://github.com/dividab/tsconfig-paths/pull/173 / v3.11