total-typescript / tsconfig

The simplest way to set up your tsconfig.json
https://www.totaltypescript.com/tsconfig-cheat-sheet
796 stars 12 forks source link

Add guidance for Next.js #13

Closed haydn closed 1 month ago

haydn commented 1 month ago

This adds a section to readme.md with some advice for people using Next.js. IMO, having a dedicated config would be a burden to maintain without adding much value (mainly because Next.js rewrites the tsconfig.json). Having some guidance should be enough to point people into the pit of success.

mattpocock commented 1 month ago

Thanks for the pull request! However, I think it makes more sense for frameworks themselves to own the documentation for how they work best with TypeScript.

haydn commented 1 month ago

@mattpocock No worries, that makes sense. 👍