node.js typescript vscode
json
               
                  
      {
          "version": "0.2.0",
          "configurations": [
              {
                  "type": "node",
                  "request": "launch",
                  "name": "Debug Node.js",
                  "program": "${workspaceFolder}/__MYAPP__.ts",
                  "outFiles": [
                      "${workspaceFolder}/__MYDIST_FOLDER__/**/*.js"
                  ],
                  "sourceMaps": true,
                  "port": 9229,
                  "runtimeArgs": [
                      "--inspect-brk=9229"
                  ],
                  "console": "integratedTerminal"
              }
          ]
      }
               
            
Follow me on Twitter! It's free!