From b7167e53f5cab866e7cf828461c4ccf8987d51b9 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Thu, 15 Jan 2026 13:02:34 +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