qlik-oss/picasso.js

View on GitHub
babel.config.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
env: {
test: {
presets: [['@babel/preset-env', { targets: { node: 'current' } }]],
plugins: [['@babel/plugin-transform-react-jsx', { pragma: 'h' }]],
},
},
};