diff --git a/next.config.js b/next.config.mjs similarity index 100% rename from next.config.js rename to next.config.mjs diff --git a/tsconfig.json b/tsconfig.json index 7a0cf7b..4366ce7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -37,6 +37,6 @@ "**/*.cjs", "**/*.js", ".next/types/**/*.ts" -, "next.config.js" ], +, "next.config.mjs" ], "exclude": ["node_modules"] }