in tools/babel-preset-rhythm-ui-vue/index.js [1:11]
module.exports = function() { return { presets: [ 'vue', require('babel-preset-rhythm-ui'), ], plugins: [ "@babel/plugin-transform-typescript" ] }; };