Skip to content

Commit

Permalink
add info about webstorm+pnp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DiFuks committed Jul 1, 2024
1 parent 595111c commit 944cf26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yarn/versions/ba74de88.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
ts-overrides-plugin: patch
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`
- 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))
- 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 944cf26

Please sign in to comment.