mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-02 03:20:40 +08:00

### What problem does this PR solve? feat: Configure the root directory alias #1739 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
6 lines
91 B
JSON
6 lines
91 B
JSON
{
|
|
"extends": "./src/.umi/tsconfig.json",
|
|
"@@/*": ["src/.umi/*"],
|
|
"root": ["../*"],
|
|
}
|