From 5274eb6cc2f655026f456ed03a72cb4e31835e0a Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Wed, 2 Aug 2023 01:43:35 -0700 Subject: [PATCH] docs: Use correct `tsconfig` property keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a455af71..60105b1e5 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ _Default: none_ Indicates to convert from [TSLint rule flags](https://palantir.github.io/tslint/usage/rule-flags) to [ESLint inline comments](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments). Comments such as `// tslint:disable: tslint-rule-name` will be converted to equivalents like `// eslint-disable eslint-rule-name`. -If passed without arguments, respects the `excludes`, `files`, and `includes` in your TypeScript configuration. +If passed without arguments, respects the `exclude`, `files`, and `include` in your TypeScript configuration. If passed a single file path ending with `.json`, that is treated as a TypeScript configuration file describing with files to convert.