vuejs/tsconfig

Adopt TypeScript 5+ `"moduleResolution": "bundler"`

segevfiner opened this issue · 0 comments

Adopt TypeScript 5+ "moduleResolution": "bundler". This should result in more correct module resolution for Vite projects that use this config. We should also any other props https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#resolution-customization-flags to match Vite behavior.