procyon/babel.config.js
romanjaros 69e66b13ed
Some checks failed
forgejo/Procyon/procyon/pipeline/head There was a failure building this commit
Delete redundant files and remove unused imports in Field.tsx
2024-06-08 09:59:57 +00:00

4 lines
152 B
JavaScript

module.exports = {
presets: ['@babel/preset-env', '@babel/preset-react', '@babel/preset-typescript'],
plugins: ['react-native-reanimated/plugin'],
};