Skip to content

Commit c8d3ec0

Browse files
committed
build(live-edit): bump ts-node config
1 parent 7100ab7 commit c8d3ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const fsExtra = require("fs-extra");
77
require('ts-node').register({
88
transpileOnly: true,
99
compilerOptions: {
10-
module: "commonjs",
10+
module: "ES2022",
1111
allowJs: true
1212
}
1313
});

0 commit comments

Comments
 (0)