Skip to content

Commit b83045a

Browse files
authored
Create friendly-weeks-act.md
1 parent 298388b commit b83045a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.changeset/friendly-weeks-act.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"eslint-import-resolver-typescript": major
3+
---
4+
5+
feat!: rewrite, speed up by using `rspack-resolver` which supports `references` natively under the hood
6+
7+
BREAKING CHANGES:
8+
9+
- drop Node 14 support, Node `^16.17.0 || >=18.6` is now required
10+
- `alwaysTryTypes` is enabled by default, you can set it as `true` to opt-out
11+
- array type of `project` is discouraged but still supported, single `project` with `references` are encouraged for better performance, you can enable `noWarnOnMultipleProjects` option to supress the warning message
12+
- root `tsconfig.json` or `jsconfig.json` will be used automatically if no `project` provided

0 commit comments

Comments
 (0)