We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62ac33 commit 135c123Copy full SHA for 135c123
lib/API/interpreter.json
@@ -7,6 +7,6 @@
7
".js" : "node",
8
".coffee" : "coffee",
9
".ls" : "lsc",
10
- ".ts" : "ts-node",
11
- ".tsx" : "ts-node"
+ ".ts" : "bun",
+ ".tsx" : "bun"
12
}
0 commit comments