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