Skip to content

Commit

Permalink
Update .swcrc to exclude specific file patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
na2na-p committed Nov 30, 2023
1 parent 6f4ef5a commit 4e280fa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@
"module": {
"type": "es6"
},
"exclude": [
".*.spec.tsx?$",
".*.test.tsx?$",
"./src/jest-setup.ts$",
"./**/jest-setup.ts$",
".*.js$"
],
"minify": false
}
}

0 comments on commit 4e280fa

Please sign in to comment.