Skip to content

Commit 7cd9a4e

Browse files
committed
build(live-edit): fix ts-node compiler options after update
1 parent c8d3ec0 commit 7cd9a4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const fsExtra = require("fs-extra");
77
require('ts-node').register({
88
transpileOnly: true,
99
compilerOptions: {
10-
module: "ES2022",
10+
module: "commonjs",
11+
moduleResolution: "node",
1112
allowJs: true
1213
}
1314
});

0 commit comments

Comments
 (0)