rsnext/packages/create-next-app/templates/app-tw/ts
Facundo Giuliani a26bac9604
Update default moduleResolution in tsconfig.json from node to bundler (#51957)
This updates our `moduleResolution` to `bundler` as this matches our heuristics much more closely so is more accurate. This shouldn't be a breaking change is it should be compatible with our previous default. 

Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2023-07-18 15:11:09 +00:00
..
app fix(create-next-app): click event blockage under 1024px by adjusting z-index (#52074) 2023-07-10 11:21:36 +00:00
public fix(cli): unify styles/content of templates (#47294) 2023-03-20 15:33:44 -07:00
eslintrc.json feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
gitignore Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
next-env.d.ts feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
postcss.config.js feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
README-template.md chore(cli): remove Route Handlers from App Router templates (#49076) 2023-05-02 15:49:09 +02:00
tailwind.config.js [create-next-app]: add mdx files to tailwind content config (#48188) 2023-04-13 16:39:36 -07:00
tsconfig.json Update default moduleResolution in tsconfig.json from node to bundler (#51957) 2023-07-18 15:11:09 +00:00