Commit 0ae6e29
authored
chore: fix tsconfig excludes (#5525)
**What's the problem this PR addresses?**
The exclude pattern `packages/*/{lib,bin,bundles}` in the
`tsconfig.json` file doesn't work.
**How did you fix it?**
Split it out into separate entries.
**Checklist**
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [x] I have set the packages that need to be released for my changes to
be effective.
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.1 parent 13d2c77 commit 0ae6e29
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments