UNPKG

lincd-cli

Version:

Command line tools for the lincd.js library

12 lines (11 loc) 266 B
module.exports = { presets: [ '@babel/preset-env', ['@babel/preset-react', {runtime: 'automatic'}], '@babel/preset-typescript', ], plugins: [ '@babel/plugin-transform-runtime', ['@babel/plugin-proposal-decorators', {legacy: true}], ], };