From 3f22ffecb838fa8ba6bf37551ed1da521e6f43e9 Mon Sep 17 00:00:00 2001 From: mlcv Date: Sun, 30 Jun 2024 14:59:43 +0800 Subject: [PATCH 1/2] fix(examples): correct next.config extension in tsconfig --- examples/basic/apps/web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic/apps/web/tsconfig.json b/examples/basic/apps/web/tsconfig.json index 24e754815b408..608524a55789e 100644 --- a/examples/basic/apps/web/tsconfig.json +++ b/examples/basic/apps/web/tsconfig.json @@ -9,7 +9,7 @@ }, "include": [ "next-env.d.ts", - "next.config.js", + "next.config.mjs", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts" From 1fdc7342cc3d7218e98b31d9222c04dc49b49b71 Mon Sep 17 00:00:00 2001 From: mlcv Date: Sun, 30 Jun 2024 15:00:00 +0800 Subject: [PATCH 2/2] fix(examples): correct next.config extension in tsconfig --- examples/basic/apps/docs/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic/apps/docs/tsconfig.json b/examples/basic/apps/docs/tsconfig.json index 24e754815b408..608524a55789e 100644 --- a/examples/basic/apps/docs/tsconfig.json +++ b/examples/basic/apps/docs/tsconfig.json @@ -9,7 +9,7 @@ }, "include": [ "next-env.d.ts", - "next.config.js", + "next.config.mjs", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"