mirror of
https://github.com/langgenius/dify.git
synced 2026-04-17 11:26:43 +08:00
11 lines
120 B
JSON
11 lines
120 B
JSON
{
|
|
"extends": "./web.json",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
]
|
|
}
|
|
}
|