Skip to content

Commit 4386289

Browse files
authored
Update tshook.js
1 parent 093efa9 commit 4386289

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/tshook.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
require("ts-node").register({
1+
const tsnode = require("ts-node")
2+
tsnode.register({
23
compilerOptions: {
34
sourceMap: true,
45
strict: true,
@@ -13,4 +14,4 @@ require("ts-node").register({
1314
"es2017"
1415
]
1516
},
16-
});
17+
});

0 commit comments

Comments
 (0)