From 174fde846ad431e8d3ac8ada8e8252880bd8bad2 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 8 Apr 2025 09:57:14 -0500 Subject: [PATCH] srcrc config --- .swcrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .swcrc diff --git a/.swcrc b/.swcrc new file mode 100644 index 0000000..3b7eb07 --- /dev/null +++ b/.swcrc @@ -0,0 +1,13 @@ +{ + "$schema": "https://swc.rs/schema.json", + "jsc": { + "parser": { + "syntax": "typescript", + "tsx": false + }, + + "target": "es2024" + }, + "sourceMaps": true, + "minify": true +}