Files
dt-nfc-identifier/babel.config.js
2026-01-22 13:55:55 -08:00

7 lines
108 B
JavaScript

module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};