Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
DiFuks committed Aug 1, 2024
1 parent 52a8fea commit 8f71a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 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)
- 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)

Expand Down

0 comments on commit 8f71a0a

Please sign in to comment.