ragflow / web /tsconfig.json
balibabu
feat: Configure the root directory alias #1739 (#2875)
1006946
raw
history blame contribute delete
91 Bytes
{
"extends": "./src/.umi/tsconfig.json",
"@@/*": ["src/.umi/*"],
"root": ["../*"],
}