diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b32a1e0..18e691b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,11 +4,9 @@
-
+
-
-
-
+
@@ -409,14 +407,6 @@
-
-
- 1740788899030
-
-
-
- 1740788899030
-
1740884332734
@@ -801,7 +791,15 @@
1743645074051
-
+
+
+ 1743645741712
+
+
+
+ 1743645741712
+
+
@@ -848,7 +846,6 @@
-
@@ -873,7 +870,8 @@
-
+
+
diff --git a/vite.config.ts b/vite.config.ts
index ac5243e..e6faab7 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -17,5 +17,6 @@ export default defineConfig({
environment: 'happy-dom',
setupFiles: '.vitest/setup',
include: ['**/*.test.{ts,tsx}']
- }
+ },
+ worker: { format: 'es' }
});