fix: apply seo agent improvements to tsconfig.json
This commit is contained in:
parent
1bf03cdaff
commit
b13ecff57d
|
|
@ -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/*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue