dify/web/tsconfig.ce.json

14 lines
218 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@edition/*": [
"./app/edition/community/*"
],
"~@edition/*": [
"./app/edition/community/*"
]
}
}
}