From dea36ec8f8c430c66aa1be653741ba71457a57dd Mon Sep 17 00:00:00 2001 From: dnalborczyk Date: Fri, 14 Feb 2020 17:38:13 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7868cddb..cb9d2012 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Add the following to your `.eslintrc` config: "import/resolver": { // use /tsconfig.json "typescript": { - "alwaysTryTypes": true // always try to resolve types under `@types` directory even it doesn't contain any source code, like `@types/unist` + "alwaysTryTypes": true // always try to resolve types under `@types` directory even it doesn't contain any source code, like `@types/unist` }, // use /path/to/folder/tsconfig.json