AIAS/8_suite_hub/question_answering_system/qa-system-ui/jsconfig.json
2021-12-20 14:11:59 +08:00

10 lines
137 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}