eslint-import-resolver-typescript |
---|
major |
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 astrue
to opt-out- array type of
project
is discouraged but still supported, singleproject
withreferences
are encouraged for better performance, you can enablenoWarnOnMultipleProjects
option to supress the warning message - root
tsconfig.json
orjsconfig.json
will be used automatically if noproject
provided