0%
April 11, 2022

Typescript Debugger Config

typescript

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node-terminal",
      "name": "Debug Current TS File (ts-node)",
      "request": "launch",
      "command": "ts-node ${relativeFileDirname}/${fileBasename}",
      "cwd": "${workspaceRoot}"
    }
  ]
}