We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5c33d commit 585509eCopy full SHA for 585509e
README.md
@@ -64,7 +64,7 @@ Add the following to your `.eslintrc` config:
64
"import/resolver": {
65
// use <root>/tsconfig.json
66
"typescript": {
67
- "alwaysTryTypes": true // always try to resolve types under `<roo/>@types` directory even it doesn't contain any source code, like `@types/unist`
+ "alwaysTryTypes": true // always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`
68
},
69
70
// use <root>/path/to/folder/tsconfig.json
0 commit comments