Skip to content

Commit

Permalink
#5682 #5675 - when starting a ts or tsx app automatically use bun ins…
Browse files Browse the repository at this point in the history
…tead of ts-node
  • Loading branch information
Unitech committed Oct 6, 2023
1 parent c62ac33 commit 135c123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/API/interpreter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
".js" : "node",
".coffee" : "coffee",
".ls" : "lsc",
".ts" : "ts-node",
".tsx" : "ts-node"
".ts" : "bun",
".tsx" : "bun"
}

0 comments on commit 135c123

Please sign in to comment.