You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tsconfig.json seems to be regenerated every time I start the dev server
Is this a bug report?
No
What's happening
Every time I run react-app-rewired start (we are using rewired just for hot-reloading), my tsconfig.json file gets regenerated. The documentation here seems to imply that you can modify your tsconfig.json file once it is generated by CRA, so I feel like I must be missing something obvious. How do I add a baseUrl or paths property to my tsconfig.json file?
Thank you!
The text was updated successfully, but these errors were encountered:
tsconfig.json seems to be regenerated every time I start the dev server
Is this a bug report?
No
What's happening
Every time I run
react-app-rewired start
(we are using rewired just for hot-reloading), my tsconfig.json file gets regenerated. The documentation here seems to imply that you can modify your tsconfig.json file once it is generated by CRA, so I feel like I must be missing something obvious. How do I add abaseUrl
orpaths
property to my tsconfig.json file?Thank you!
The text was updated successfully, but these errors were encountered: