This website requires JavaScript.
Explore
Help
Register
Sign In
dale_yxc
/
ragflow_python
Watch
1
Star
0
Fork
0
You've already forked ragflow_python
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
08ead81ddea3754c00ee0d1613e8f5323d71c081
ragflow_python
/
web
/
tsconfig.json
6 lines
91 B
JSON
Raw
Normal View
History
Unescape
Escape
Format file format from Windows/dos to Unix (#1949) ### What problem does this PR solve? Related source file is in Windows/DOS format, they are format to Unix format. ### Type of change - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2024-08-15 09:17:36 +08:00
{
"extends"
:
"./src/.umi/tsconfig.json"
,
"@@/*"
:
[
"src/.umi/*"
]
,
feat: Configure the root directory alias #1739 (#2875) ### 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):
2024-10-17 11:36:01 +08:00
"root"
:
[
"../*"
]
,
Format file format from Windows/dos to Unix (#1949) ### What problem does this PR solve? Related source file is in Windows/DOS format, they are format to Unix format. ### Type of change - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2024-08-15 09:17:36 +08:00
}
Reference in New Issue
Copy Permalink