summary refs log tree commit diff
path: root/api/babel.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'api/babel.config.js')
-rw-r--r--api/babel.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/babel.config.js b/api/babel.config.js
new file mode 100644
index 00000000..45ab8ad8
--- /dev/null
+++ b/api/babel.config.js
@@ -0,0 +1,6 @@
+module.exports = {
+	presets: [
+		["@babel/preset-env", { targets: { node: "current" } }],
+		["@babel/preset-typescript", { allowDeclareFields: true }]
+	]
+};