xlcs/xlcs-admin/jsconfig.json

15 lines
163 B
JSON
Raw Normal View History

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