From 62de12bcb0276f6b4348b13afd6a0af4763f3056 Mon Sep 17 00:00:00 2001 From: Dmitry Fuks Date: Thu, 20 Jun 2024 23:29:57 +0300 Subject: [PATCH] update readme --- .yarn/versions/420531ed.yml | 4 ++-- packages/plugin/README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.yarn/versions/420531ed.yml b/.yarn/versions/420531ed.yml index e7d52a3..b212163 100644 --- a/.yarn/versions/420531ed.yml +++ b/.yarn/versions/420531ed.yml @@ -1,2 +1,2 @@ -declined: - - ts-overrides-plugin +releases: + ts-overrides-plugin: patch diff --git a/packages/plugin/README.md b/packages/plugin/README.md index 88b25a9..e9cd1df 100644 --- a/packages/plugin/README.md +++ b/packages/plugin/README.md @@ -23,6 +23,7 @@ any other cases where you need to override the `tsconfig` settings for specific - Paths in `tsconfig` should not start with `./` - The plugin does not work in `WebStorm` when using `yarn pnp` - 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) ## Installation and setup