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