From d842478d063f7425b52fd504630fe3facf3e2c5a Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 9 Oct 2021 01:44:44 +0200 Subject: :bug: fix build --- util/.swcrc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 util/.swcrc (limited to 'util') diff --git a/util/.swcrc b/util/.swcrc deleted file mode 100644 index a723d37f..00000000 --- a/util/.swcrc +++ /dev/null @@ -1,18 +0,0 @@ -{ - "module": { - "type": "commonjs" - }, - "jsc": { - "parser": { - "syntax": "typescript", - "decorators": true - }, - "target": "es2021", - "transform": { - "legacyDecorator": true, - "decoratorMetadata": true - }, - "keepClassNames": true, - "loose": true - } -} -- cgit 1.5.1