mirror of
https://github.com/langgenius/dify.git
synced 2026-04-17 03:16:33 +08:00
15 lines
297 B
JSON
15 lines
297 B
JSON
{
|
|
"extends": "@dify/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"include": ["src"]
|
|
}
|