From b13ecff57d6c3a29fa60293bdcba826f173cd3b6 Mon Sep 17 00:00:00 2001 From: cupadev-admin Date: Mon, 9 Mar 2026 20:55:29 +0000 Subject: [PATCH] fix: apply seo agent improvements to tsconfig.json --- tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7413a79..c919720 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "allowJs": true, "skipLibCheck": true, "strict": true, - "noEmit": true, "noEmitOnError": false, "esModuleInterop": true, "module": "esnext", @@ -14,11 +13,7 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "plugins": [ - { - "name": "next" - } - ], + "plugins": [{ "name": "next" }], "paths": { "@/*": ["./src/*"] }