From 354587012d1926181ddbc3d3cda9a882205824e7 Mon Sep 17 00:00:00 2001 From: syedhasandigi <82388499+syedhasandigi@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:05:12 +0100 Subject: [PATCH] Bug/interop not compiling (#8) * exclude is now only excluding interop directories * version bump --- .swcrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.swcrc b/.swcrc index 45f8a30..a190285 100644 --- a/.swcrc +++ b/.swcrc @@ -18,14 +18,14 @@ }, "mangle": true }, - "target": "ES2022", + "target": "es2022", "experimental": { "keepImportAttributes": true } }, "exclude": [ "__tests__", - "interop" + "interop/" ], "sourceMaps": true, "isModule": true