We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f210613 commit a21a012Copy full SHA for a21a012
.vscode/launch.json
@@ -7,10 +7,11 @@
7
{
8
"type": "node",
9
"request": "launch",
10
+ "runtimeExecutable": "tsx",
11
"name": "Launch Program",
12
"skipFiles": ["<node_internals>/**"],
13
"preLaunchTask": "tsc: build - tsconfig.json",
- "program": "${workspaceFolder}/src/playground.ts",
14
+ "program": "${workspaceFolder}/playground.ts",
15
"outFiles": ["${workspaceFolder}/**/*.js"]
16
}
17
]
package.json
@@ -43,7 +43,7 @@
43
"ts-morph": "^14.0.0",
44
"ts-node": "^10.9.1",
45
"tslib": "^2.3.1",
46
- "tsx": "^3.8.0",
+ "tsx": "^4.19.4",
47
"typescript": "^5.0.0",
48
"vitest": "^0.32.2"
49
},
0 commit comments