Skip to content

Commit

Permalink
fix: add proper ESM exports in package.json
Browse files Browse the repository at this point in the history
Co-authored-by: An Phi <aphi@skidmore.edu>
  • Loading branch information
akphi authored and krisk committed Oct 24, 2023
1 parent f507e9f commit 98366b1
Show file tree
Hide file tree
Showing 30 changed files with 10,628 additions and 3,137 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion babel.config.json
@@ -1,4 +1,7 @@
{
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-syntax-import-assertions"
]
}
File renamed without changes.

0 comments on commit 98366b1

Please sign in to comment.