From 336e32d337d3d035f084ec57fbd2582772c78662 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Fri, 16 Jan 2026 16:25:30 +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