Files
dify/packages/tsconfig/nextjs.json
T

11 lines
120 B
JSON

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