rsnext/packages/create-next-app/templates/default-tw
stefanprobst 42227559c6
fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0 (#51564)
Currently, Next.js enforces that `forceConsistentCasingInFileNames: true` is added to a user's `tsconfig.json`.

This PR removes that behavior for CNA templates, and when the typescript version is >= 5.0.0, because since ts 5.0 `forceConsistentCasingInFileNames` is `true` by default. See https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/

related: https://github.com/vercel/next.js/issues/45617
2023-08-15 19:12:40 +00:00
..
js [create-next-app] fix template css for top / bottom alignment (#53227) 2023-07-26 20:41:08 +00:00
ts fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0 (#51564) 2023-08-15 19:12:40 +00:00