From 91d0af4cf8ba0ba7ca0f79fb546207871bb1fec2 Mon Sep 17 00:00:00 2001 From: tada5hi Date: Mon, 30 Jan 2023 14:41:22 +0100 Subject: [PATCH] build: replaced babel with swc for transpiling typescript --- babel.config.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 babel.config.js diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index fcb43d81..00000000 --- a/babel.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - presets: [ - '@babel/preset-env', - '@babel/preset-typescript', - ] -};