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