### What problem does this feature solve? Type tracking when configured. ### What does the proposed API look like? can config width: `vue.config.ts` or `vue.config.js`: ``` js const VueConf = require('@vue/conf'); VueConf({ // baseUrl/assetsDir/devServer/... conf in here }); ``` <!-- generated by vue-issues. DO NOT REMOVE -->