mAAdhaTTah/brookjs

View on GitHub
babel.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = api => {
  api.cache(false);

  return {
    presets: [
      ['brookjs', { typescript: true }]
    ]
  };
};