{
	"version": "0.2.0",
	"configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Start Project",
      "runtimeExecutable": "npm",
      "runtimeArgs": [ "run", "start" ],
      "console": "internalConsole",
      "internalConsoleOptions": "neverOpen",
	  }
	]
}