1.0.3 • Published 4 years ago

@nexys/babelsetup v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Babel typescript setup

Travis build

Usage

  • yarn add --dev @nexys/babelsetup
  • create babel.config.js with
const B = require('@nexys/babelsetup');

module.exports = B.BabelConfig;

the above can be extended with some extra custom configuration