Files
ragflow/web/tsconfig.json
balibabu d9bc093df1 feat: test buildNodesAndEdgesFromDSLComponents (#940)
### What problem does this PR solve?
 feat: test buildNodesAndEdgesFromDSLComponents #918

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2024-05-27 19:35:14 +08:00

6 lines
84 B
JSON

{
"extends": "./src/.umi/tsconfig.json",
"@@/*": [
"src/.umi/*",
],
}