2021-02-09 20:35:33 +01:00
|
|
|
module.exports = {
|
2022-02-27 15:04:12 +01:00
|
|
|
presets: ['@babel/preset-env', ['@babel/typescript', { jsxPragma: 'h' }]],
|
2021-02-09 20:35:33 +01:00
|
|
|
plugins: [['@babel/plugin-transform-react-jsx', { pragma: 'h' }]],
|
2021-02-09 20:35:33 +01:00
|
|
|
};
|