according to vscode doc,
Debugging typescript need an preLaunchTask which runs tsc in the launch.json config, but this results in a new js file, which I don't want.
Is there any ways to do it that are more direct?
like npm packages: tsx, ts-node, we can run ts directly in terminal, and we can't run them directly in vscode
Please help.