mirror of
https://github.com/SrIzan10/featheroom.git
synced 2026-06-06 00:56:49 +00:00
7 lines
141 B
TypeScript
7 lines
141 B
TypeScript
module.exports = function (api: { cache: (arg0: boolean) => void }) {
|
|
api.cache(true)
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
}
|
|
}
|