2026-07-10 10:47:41 +01:00
|
|
|
/*
|
|
|
|
|
Copyright 2026 Element Creations Ltd.
|
|
|
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
|
|
|
|
Please see LICENSE in the repository root for full details.
|
|
|
|
|
*/
|
|
|
|
|
|
2022-08-25 19:04:14 +01:00
|
|
|
module.exports = {
|
2022-12-15 11:00:58 +00:00
|
|
|
presets: [["@babel/preset-env", { targets: { node: "current" } }], "@babel/preset-typescript"],
|
2022-08-25 19:04:14 +01:00
|
|
|
};
|