1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00
Files
joplin/packages/app-mobile/babel.config.js
2025-05-19 23:02:18 +01:00

6 lines
77 B
JavaScript

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