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",