Skip to content

Commit f768194

Browse files
committed
Fix CommonJS broken by previous commit
1 parent 7a3e1f0 commit f768194

17 files changed

+1080
-242
lines changed

Diff for: babel.config.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"presets": [
3+
[
4+
"@babel/preset-env",
5+
{
6+
"targets": {
7+
"node": "current"
8+
}
9+
}
10+
],
11+
"@babel/preset-typescript"
12+
]
13+
}

0 commit comments

Comments
 (0)