You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade ESLint and TypeScript ESLint — package.json @typescript-eslint/eslint-plugin is at v5 (outdated). Upgrade to v7+ and consider ESLint 9 flat config.
Raise tsconfig target — tsconfig.json:9
Target is ES2017 but Node 20 supports ES2023+. Raise to ES2022 to avoid unnecessary downleveling.
Rename next.config.js → next.config.ts
Next.js 15 supports TypeScript config natively. Provides type checking on the config object.