Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default tsconfig to use moduleResolution: Bundler (#26475)
`moduleResolution: Bundler` was released in TS 5.0 and seems to work better with some common npm packages (like Vite), so let's change our default while also recommending TS 5.0 (get-convex/convex#26542). This doesn't affect `tsconfig.json`s in existing Convex projects and only affects new ones. GitOrigin-RevId: 0821da39742bd17dcb59fd856496831ad4c4db67
- Loading branch information