Skip to content

Commit

Permalink
fix: typo (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Feb 15, 2020
1 parent ef5c33d commit 585509e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Add the following to your `.eslintrc` config:
"import/resolver": {
// use <root>/tsconfig.json
"typescript": {
"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`
},

// use <root>/path/to/folder/tsconfig.json
Expand Down

0 comments on commit 585509e

Please sign in to comment.