We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489d2ad commit c8e2d68Copy full SHA for c8e2d68
docs/decisions/031-imports.md
@@ -34,8 +34,8 @@ autocomplete with TypeScript
34
configure both, then you can get the best of both worlds!
35
36
By using the `"imports"` field, you don't have to do any special configuration
37
-for `vitest` to be able to resolve imports. It just resolves them using the
38
-standard.
+for `vitest` or `eslint` to be able to resolve imports. They just resolve them
+using the standard.
39
40
And by using the `tsconfig.json` `paths` field configured in the same way as the
41
`"imports"` field, you get autocomplete and type checking for your imports. This
0 commit comments