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
Removes unnecessary module override in tsconfig.client.json.
`tsconfig.json` was updated to use native ESM, so we don't need to override that value anymore. This means the client and prerender use the same configuration and the file could probably be deleted entirely. However I argue that they use the same configuration by coincidence right now and could easily change in the future. Arguably prerender should not include DOM types and client code should not allow JSX. However updating the `tsconfig.json` files to reflect that seems to be more involved. These files will continue to evolve in the future for sure.
At some point I need to look into better defined file naming conventions and a solution-style `tsconfig.json`.
0 commit comments