zioinfo-mail/workspace/guardia-messenger/babel.config.js
DESKTOP-TKLFCPR\ython 777e027553 refactor(structure): move app -> workspace/guardia-messenger
Permission denied on git mv, used robocopy instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 23:53:57 +09:00

7 lines
104 B
JavaScript

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