From a7c7364eb6e8b4237b8324060eec1c6a3e3c3940 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 10:54:26 +0000 Subject: [PATCH] Update .swcrc --- .swcrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .swcrc diff --git a/.swcrc b/.swcrc new file mode 100644 index 0000000..9e69cdf --- /dev/null +++ b/.swcrc @@ -0,0 +1,29 @@ +{ + "jsc": { + "parser": { + "syntax": "typescript", + "tsx": true, + "decorators": true, + "dynamicImport": true + }, + "transform": { + "react": { + "runtime": "automatic", + "development": false, + "refresh": true + }, + "optimizer": { + "globals": { + "vars": { + "__DEBUG__": "false" + } + } + } + }, + "target": "es2020", + "loose": false, + "externalHelpers": false, + "keepClassNames": true + }, + "minify": true +} \ No newline at end of file