Nextjs 13.4 location of config files

PROJECT_FOLDER/package.json – configuration of installed packages and their versions

“next”: “^13.2.4” – check nextjs installed version here

PROJECT_FOLDER/tsconfig.json – Typescript configuration

PROJECT_FOLDER/.eslintrc.json – EsLint configuration

PROJECT_FOLDER/postcss.config.js – PostCSS configuration

PROJECT_FOLDER/next.config.js – NextJS configuration

PROJECT_FOLDER/tailwind.config.ts – Tailwind configuration

Leave a Reply