Skip to content

Commit

Permalink
Bug/interop not compiling (#8)
Browse files Browse the repository at this point in the history
* exclude is now only excluding interop directories

* version bump
  • Loading branch information
syedhasandigi authored Oct 21, 2024
1 parent 745fe2a commit 3545870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"mangle": true
},
"target": "ES2022",
"target": "es2022",
"experimental": {
"keepImportAttributes": true
}
},
"exclude": [
"__tests__",
"interop"
"interop/"
],
"sourceMaps": true,
"isModule": true
Expand Down

0 comments on commit 3545870

Please sign in to comment.