Commit 5794014
authored
fix: typescript-config export form react-native-web (#10671)
### Description
<!--
✍️ Write a short summary of your work.
If necessary, include relevant screenshots.
-->
When setting up the react native web template, you get hit with `File
'@repo/typescript-config/nextjs.json' not found.` in
`apps/web/tsconfig..json`.
Properly exporting the config files from `packages/typescript-config` so
it works out the box.
### Testing Instructions
<!--
Give a quick description of steps to test your changes.
-->
Clone the template, notice no more `no found` errors.1 parent 9b4f3d3 commit 5794014
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
0 commit comments