Skip to content

Commit f29f64a

Browse files
committed
v7 release (esm only)
1 parent e60c053 commit f29f64a

26 files changed

+2514
-1588
lines changed

.mocharc.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"loader": "ts-node/esm",
3+
"extensions": [
4+
"ts"
5+
],
6+
"spec": [
7+
"tests/*.ts"
8+
],
9+
"experimental-specifier-resolution": "node"
10+
}

0 commit comments

Comments
 (0)