dify/packages/tsconfig/nextjs.json
2026-04-16 14:42:04 +00:00

11 lines
120 B
JSON

{
"extends": "./web.json",
"compilerOptions": {
"plugins": [
{
"name": "next"
}
]
}
}