dry-wash-pl/babel.config.js
ilnaz fd95aa358e
Some checks failed
it-academy/dry-wash-pl/pipeline/pr-main There was a failure building this commit
it-academy/dry-wash-pl/pipeline/head This commit looks good
feat: add tests
2025-02-02 13:52:22 +03:00

8 lines
152 B
JavaScript

module.exports = {
presets: [
'@babel/preset-env',
'@babel/preset-typescript',
['@babel/preset-react', { runtime: 'automatic' }],
],
};