aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/babel.config.cts
blob: b1bc12810878c7f2e2d374e85dd3246199ce975f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) Facebook, Inc. and its affiliates.
 * Copyright (c) 2024 The Refinery Authors <https://refinery.tools/>
 *
 * SPDX-License-Identifier: MIT AND EPL-2.0
 */

import type { TransformOptions } from '@babel/core';

module.exports = {
  presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
} satisfies TransformOptions;