diff --git a/.swcrc b/.swcrc index 2e147c36..7ca3ba04 100644 --- a/.swcrc +++ b/.swcrc @@ -20,5 +20,12 @@ "module": { "type": "es6" }, + "exclude": [ + ".*.spec.tsx?$", + ".*.test.tsx?$", + "./src/jest-setup.ts$", + "./**/jest-setup.ts$", + ".*.js$" + ], "minify": false -} +} \ No newline at end of file