mirror of
https://mirror.skon.top/github.com/langgenius/dify.git
synced 2026-04-20 15:20:15 +08:00
12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"name": "@dify/tsconfig",
|
|
"version": "0.0.0-private",
|
|
"private": true,
|
|
"exports": {
|
|
"./base.json": "./base.json",
|
|
"./nextjs.json": "./nextjs.json",
|
|
"./node.json": "./node.json",
|
|
"./react.json": "./react.json"
|
|
}
|
|
}
|