mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 14:38:06 +08:00
feat: new tsconfig switch
This commit is contained in:
13
web/tsconfig.ce.json
Normal file
13
web/tsconfig.ce.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@edition/*": [
|
||||
"./app/edition/community/*"
|
||||
],
|
||||
"~@edition/*": [
|
||||
"./app/edition/community/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user