sort/babel.config.js

7 lines
108 B
JavaScript
Raw Normal View History

2024-09-07 01:22:11 +00:00
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};