From 2293db102cf24a7a5926f4cf16a0e3fc135f0686 Mon Sep 17 00:00:00 2001 From: Dmitry Fuks Date: Thu, 1 Aug 2024 18:34:14 +0300 Subject: [PATCH] update readme --- .yarn/versions/91521c98.yml | 2 ++ packages/plugin/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .yarn/versions/91521c98.yml diff --git a/.yarn/versions/91521c98.yml b/.yarn/versions/91521c98.yml new file mode 100644 index 0000000..b212163 --- /dev/null +++ b/.yarn/versions/91521c98.yml @@ -0,0 +1,2 @@ +releases: + ts-overrides-plugin: patch diff --git a/packages/plugin/README.md b/packages/plugin/README.md index 3562234..aeb0049 100644 --- a/packages/plugin/README.md +++ b/packages/plugin/README.md @@ -23,7 +23,7 @@ any other cases where you need to override the `tsconfig` settings for specific ## Known issues - Paths in `tsconfig` should not start with `./` -- The plugin does not work in `WebStorm` when using `yarn pnp` ([see issue](https://youtrack.jetbrains.com/issue/WEB-67907/TypeScript-plugins-do-not-work-with-yarn-pnp)) +- The plugin does not work in `WebStorm` when using `yarn pnp` and workspaces ([see issue](https://youtrack.jetbrains.com/issue/WEB-67907/TypeScript-plugins-do-not-work-with-yarn-pnp)) and [workaround](https://youtrack.jetbrains.com/issue/WEB-67907/TypeScript-plugins-do-not-work-with-yarn-pnp#focus=Comments-27-10253640.0-0) - Some issues may be caused by incompatibility of the latest TypeScript version with ts-patch. For example: [issue](https://github.com/nonara/ts-patch/issues/152), [issue](https://github.com/nonara/ts-patch/issues/140), [issue](https://github.com/nonara/ts-patch/issues/159) - Memory leaks are possible with a very large number of files (> 3000)