goploy/web/jsconfig.json

15 lines
181 B
JSON
Raw Normal View History

2020-08-04 14:28:25 +08:00
{
"compilerOptions": {
"target": "es6",
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": [
"node_modules",
"build",
"dist"
]
}