rag / frontend /jsconfig.json
gaojintao01
Add files using Git LFS
f8b5d42
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"jsx": "react",
"paths": {
"@/*": [
"./src/*"
]
}
}
}