mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
14 lines
218 B
JSON
14 lines
218 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@edition/*": [
|
|
"./app/edition/community/*"
|
|
],
|
|
"~@edition/*": [
|
|
"./app/edition/community/*"
|
|
]
|
|
}
|
|
}
|
|
}
|