Files
ThreadNet-Web/apps/desktop/babel.config.cjs
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
300 B
JavaScript
Raw Normal View History

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.
*/
module.exports = {
2022-12-15 11:00:58 +00:00
presets: [["@babel/preset-env", { targets: { node: "current" } }], "@babel/preset-typescript"],
};