Files
ragflow/web/tsconfig.json
2024-01-17 09:37:01 +08:00

6 lines
82 B
JSON

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