diff --git a/templates/mellow-vue/jsconfig.json b/templates/mellow-vue/jsconfig.json index 542e492f..40de32cc 100644 --- a/templates/mellow-vue/jsconfig.json +++ b/templates/mellow-vue/jsconfig.json @@ -13,6 +13,10 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noEmitOnError": true, - "noErrorTruncation": true + "noErrorTruncation": true, + "baseUrl": ".", + "paths": { + "@/*": ["assets/js/*"] + } } }