Skip to content

Commit 22fda86

Browse files
committed
fix esm configuration for ts-node
1 parent 1537fc2 commit 22fda86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"skipLibCheck": true
1717
},
1818
"ts-node": {
19-
"files": true
19+
"files": true,
20+
"esm": true
2021
}
2122
}

0 commit comments

Comments
 (0)