From ae9802f29cae2a9e10b5a0d8eaecb152cfbc7388 Mon Sep 17 00:00:00 2001 From: verric Date: Sun, 9 Feb 2025 13:39:55 +1100 Subject: [PATCH] updated swcrc file to point to official schema endpoint --- project/.swcrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/.swcrc b/project/.swcrc index 4adb4143..1b5c86a5 100644 --- a/project/.swcrc +++ b/project/.swcrc @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/swcrc", + "$schema": "https://swc.rs/schema.json", "jsc": { "parser": { "syntax": "typescript",