1
0
mirror of https://gitlab.com/mickie1/share-freedom-extension synced 2024-12-27 14:53:00 +01:00
condividi-link-fediverso-fi.../babel.config.js
2021-08-17 23:57:59 -05:00

7 lines
151 B
JavaScript

// babel.config.js
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript',
],
};