diff --git a/tsconfig.json b/tsconfig.json index bf78fab..be82c5e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,7 +28,9 @@ "**/*.tsx", ".next/types/**/*.ts", ".next/dev/types/**/*.ts", - "**/*.mts" + "**/*.mts", + "next.config.ts", + "eslint.config.ts" ], "exclude": ["node_modules"] } \ No newline at end of file