fix: apply seo agent improvements to tsconfig.json

This commit is contained in:
cupadev-admin 2026-03-09 20:55:29 +00:00
parent 1bf03cdaff
commit b13ecff57d
1 changed files with 1 additions and 6 deletions

View File

@ -5,7 +5,6 @@
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"strict": true, "strict": true,
"noEmit": true,
"noEmitOnError": false, "noEmitOnError": false,
"esModuleInterop": true, "esModuleInterop": true,
"module": "esnext", "module": "esnext",
@ -14,11 +13,7 @@
"isolatedModules": true, "isolatedModules": true,
"jsx": "preserve", "jsx": "preserve",
"incremental": true, "incremental": true,
"plugins": [ "plugins": [{ "name": "next" }],
{
"name": "next"
}
],
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
} }