join_admin/jsconfig.json

9 lines
137 B
JSON
Raw Normal View History

2019-12-03 18:03:25 +00:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}