condividi-link-fediverso-fi.../babel.config.js

7 lines
151 B
JavaScript
Raw Normal View History

2021-08-18 06:57:59 +02:00
// babel.config.js
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
'@babel/preset-typescript',
],
};