Skip to content

Commit 98366b1

Browse files
akphikrisk
authored andcommitted
fix: add proper ESM exports in package.json
Co-authored-by: An Phi <aphi@skidmore.edu>
1 parent f507e9f commit 98366b1

30 files changed

Lines changed: 10628 additions & 3137 deletions
File renamed without changes.
File renamed without changes.

babel.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
3-
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
3+
"plugins": [
4+
"@babel/plugin-proposal-object-rest-spread",
5+
"@babel/plugin-syntax-import-assertions"
6+
]
47
}

0 commit comments

Comments
 (0)