From 7f66e9cc40f418691bd966eda925b9565149e944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=A0=95=ED=99=98/=EC=84=9C=EB=B9=84=EC=8A=A4?= =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=86=A0=ED=83=80=EC=9E=85=EA=B0=9C=EB=B0=9C?= =?UTF-8?q?=ED=8C=80?= Date: Mon, 30 Jun 2025 21:20:02 +0900 Subject: [PATCH] refactor(examples): remove duplicate Next.js plugin from app tsconfig files --- examples/with-nestjs/apps/web/tsconfig.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/with-nestjs/apps/web/tsconfig.json b/examples/with-nestjs/apps/web/tsconfig.json index 24e754815b408..f2738aa5cf7b3 100644 --- a/examples/with-nestjs/apps/web/tsconfig.json +++ b/examples/with-nestjs/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",