npm eslint-import-resolver-typescript 4.0.0
v4.0.0

latest releases: 4.4.5, 4.4.4, 4.4.3...
16 months ago

Major Changes

  • #368 2fd7c2e Thanks @JounQin! - feat!: rewrite, speed up by using rspack-resolver which supports references natively under the hood

    BREAKING CHANGES:

    • drop Node 14 support, Node ^16.17.0 || >=18.6 is now required
    • alwaysTryTypes is enabled by default, you can set it as false to opt-out
    • array type of project is discouraged but still supported, single project with references is encouraged for better performance, you can enable noWarnOnMultipleProjects option to supress the warning message
    • root tsconfig.json or jsconfig.json will be used automatically if no project provided

Full Changelog: v3.9.1...v4.0.0

Don't miss a new eslint-import-resolver-typescript release

NewReleases is sending notifications on new releases.