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/*"] }