blob: 0a4041a62b2ef67cad5dd69abfaf4e515d3ce697 [file]
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
};
};