talk_appAmin/jsconfig.json

13 lines
182 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"./*"
]
}