From 585509e95f93adf8b7ef5839029c19c55edbe76e Mon Sep 17 00:00:00 2001 From: dnalborczyk Date: Sat, 15 Feb 2020 00:05:44 -0500 Subject: [PATCH] fix: typo (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7868cdd..cb9d201 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