ragflow / web /tsconfig.json
KevinHuSh
add front end code (#27)
6b8fc2c
raw
history blame
82 Bytes
{
"extends": "./src/.umi/tsconfig.json",
"@@/*": [
"src/.umi/*"
]
}