top-tran/toptran-app/babel.config.js

7 lines
108 B
JavaScript
Raw Normal View History

2026-05-04 03:44:30 -03:00
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};