diff --git a/examples/basic/apps/docs/tsconfig.json b/examples/basic/apps/docs/tsconfig.json index 7aef056980d56..6e1c3858b273e 100644 --- a/examples/basic/apps/docs/tsconfig.json +++ b/examples/basic/apps/docs/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "**/*.ts", "**/*.tsx", diff --git a/examples/basic/apps/web/tsconfig.json b/examples/basic/apps/web/tsconfig.json index 7aef056980d56..6e1c3858b273e 100644 --- a/examples/basic/apps/web/tsconfig.json +++ b/examples/basic/apps/web/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "**/*.ts", "**/*.tsx", diff --git a/examples/kitchen-sink/apps/storefront/tsconfig.json b/examples/kitchen-sink/apps/storefront/tsconfig.json index d87d332259500..cff58525ec3eb 100644 --- a/examples/kitchen-sink/apps/storefront/tsconfig.json +++ b/examples/kitchen-sink/apps/storefront/tsconfig.json @@ -3,11 +3,6 @@ "extends": "@repo/typescript-config/nextjs.json", "compilerOptions": { "outDir": "dist", - "plugins": [ - { - "name": "next" - } - ] }, "include": ["src", "next.config.ts", "next-env.d.ts", ".next/types/**/*.ts"] } diff --git a/examples/with-berry/apps/docs/tsconfig.json b/examples/with-berry/apps/docs/tsconfig.json index 1a615f6e00c9f..f2738aa5cf7b3 100644 --- a/examples/with-berry/apps/docs/tsconfig.json +++ b/examples/with-berry/apps/docs/tsconfig.json @@ -1,8 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [{ "name": "next" }] - }, "include": [ "next-env.d.ts", "next.config.js", diff --git a/examples/with-berry/apps/web/tsconfig.json b/examples/with-berry/apps/web/tsconfig.json index 1a615f6e00c9f..f2738aa5cf7b3 100644 --- a/examples/with-berry/apps/web/tsconfig.json +++ b/examples/with-berry/apps/web/tsconfig.json @@ -1,8 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [{ "name": "next" }] - }, "include": [ "next-env.d.ts", "next.config.js", diff --git a/examples/with-docker/apps/web/tsconfig.json b/examples/with-docker/apps/web/tsconfig.json index 8a4ebc47a37db..a691d6017c0ce 100644 --- a/examples/with-docker/apps/web/tsconfig.json +++ b/examples/with-docker/apps/web/tsconfig.json @@ -1,8 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [{ "name": "next" }] - }, "include": ["next-env.d.ts", "next.config.js", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] } diff --git a/examples/with-npm/apps/docs/tsconfig.json b/examples/with-npm/apps/docs/tsconfig.json index 24e754815b408..f2738aa5cf7b3 100644 --- a/examples/with-npm/apps/docs/tsconfig.json +++ b/examples/with-npm/apps/docs/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "next-env.d.ts", "next.config.js", diff --git a/examples/with-npm/apps/web/tsconfig.json b/examples/with-npm/apps/web/tsconfig.json index 24e754815b408..f2738aa5cf7b3 100644 --- a/examples/with-npm/apps/web/tsconfig.json +++ b/examples/with-npm/apps/web/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "next-env.d.ts", "next.config.js", diff --git a/examples/with-prisma/apps/web/tsconfig.json b/examples/with-prisma/apps/web/tsconfig.json index 695a455599dd2..f2738aa5cf7b3 100644 --- a/examples/with-prisma/apps/web/tsconfig.json +++ b/examples/with-prisma/apps/web/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { "plugins": [{ "name": "next" }] }, "include": [ "next-env.d.ts", "next.config.js", diff --git a/examples/with-react-native-web/apps/web/tsconfig.json b/examples/with-react-native-web/apps/web/tsconfig.json index 4b6db576751f6..3cd558f068b50 100644 --- a/examples/with-react-native-web/apps/web/tsconfig.json +++ b/examples/with-react-native-web/apps/web/tsconfig.json @@ -1,8 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [{ "name": "next" }] - }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] } diff --git a/examples/with-rollup/apps/web/tsconfig.json b/examples/with-rollup/apps/web/tsconfig.json index 4ad59adf6a9b5..0b46a07a59db9 100644 --- a/examples/with-rollup/apps/web/tsconfig.json +++ b/examples/with-rollup/apps/web/tsconfig.json @@ -1,8 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [{ "name": "next" }] - }, "include": [ "next-env.d.ts", "**/*.ts", diff --git a/examples/with-tailwind/apps/docs/tsconfig.json b/examples/with-tailwind/apps/docs/tsconfig.json index df214c3cd94a7..f915d12bc132b 100644 --- a/examples/with-tailwind/apps/docs/tsconfig.json +++ b/examples/with-tailwind/apps/docs/tsconfig.json @@ -1,11 +1,7 @@ { "extends": "@repo/typescript-config/nextjs.json", "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] + "baseUrl": "." }, "include": [ "**/*.ts", diff --git a/examples/with-tailwind/apps/web/tsconfig.json b/examples/with-tailwind/apps/web/tsconfig.json index df214c3cd94a7..f915d12bc132b 100644 --- a/examples/with-tailwind/apps/web/tsconfig.json +++ b/examples/with-tailwind/apps/web/tsconfig.json @@ -1,11 +1,7 @@ { "extends": "@repo/typescript-config/nextjs.json", "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] + "baseUrl": "." }, "include": [ "**/*.ts", diff --git a/examples/with-typeorm/apps/docs/tsconfig.json b/examples/with-typeorm/apps/docs/tsconfig.json index 24e754815b408..f2738aa5cf7b3 100644 --- a/examples/with-typeorm/apps/docs/tsconfig.json +++ b/examples/with-typeorm/apps/docs/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "next-env.d.ts", "next.config.js", diff --git a/examples/with-typeorm/apps/web/tsconfig.json b/examples/with-typeorm/apps/web/tsconfig.json index 24e754815b408..f2738aa5cf7b3 100644 --- a/examples/with-typeorm/apps/web/tsconfig.json +++ b/examples/with-typeorm/apps/web/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "next-env.d.ts", "next.config.js", diff --git a/examples/with-vitest/apps/docs/tsconfig.json b/examples/with-vitest/apps/docs/tsconfig.json index 7aef056980d56..6e1c3858b273e 100644 --- a/examples/with-vitest/apps/docs/tsconfig.json +++ b/examples/with-vitest/apps/docs/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "**/*.ts", "**/*.tsx", diff --git a/examples/with-vitest/apps/web/tsconfig.json b/examples/with-vitest/apps/web/tsconfig.json index 7aef056980d56..6e1c3858b273e 100644 --- a/examples/with-vitest/apps/web/tsconfig.json +++ b/examples/with-vitest/apps/web/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "**/*.ts", "**/*.tsx", diff --git a/examples/with-yarn/apps/docs/tsconfig.json b/examples/with-yarn/apps/docs/tsconfig.json index 24e754815b408..f2738aa5cf7b3 100644 --- a/examples/with-yarn/apps/docs/tsconfig.json +++ b/examples/with-yarn/apps/docs/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "next-env.d.ts", "next.config.js", diff --git a/examples/with-yarn/apps/web/tsconfig.json b/examples/with-yarn/apps/web/tsconfig.json index 24e754815b408..f2738aa5cf7b3 100644 --- a/examples/with-yarn/apps/web/tsconfig.json +++ b/examples/with-yarn/apps/web/tsconfig.json @@ -1,12 +1,5 @@ { "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ] - }, "include": [ "next-env.d.ts", "next.config.js",