Skip to content

Commit b2cb56a

Browse files
committed
Add esm ts-node option to tsconfig.json
1 parent 55c0403 commit b2cb56a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/cli/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
},
1919
"include": [
2020
"./src/**/*"
21-
]
21+
],
22+
"ts-node": {
23+
"esm": true
24+
}
2225
}

0 commit comments

Comments
 (0)