mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-29 01:01:48 +01:00
Some bits will need to be moved back out after the merge Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
module.exports = {
|
|
presets: [["@babel/preset-env", { targets: { node: "current" } }], "@babel/preset-typescript"],
|
|
};
|