Skip to content

Commit 135c123

Browse files
committedOct 6, 2023
#5682 #5675 - when starting a ts or tsx app automatically use bun instead of ts-node
1 parent c62ac33 commit 135c123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/API/interpreter.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
".js" : "node",
88
".coffee" : "coffee",
99
".ls" : "lsc",
10-
".ts" : "ts-node",
11-
".tsx" : "ts-node"
10+
".ts" : "bun",
11+
".tsx" : "bun"
1212
}

0 commit comments

Comments
 (0)
Please sign in to comment.