1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

Merge pull request #35 from lostintangent/master

Update debug configuration
This commit is contained in:
Bowden Kelly
2017-07-31 11:42:57 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -19,7 +19,7 @@
"outFiles": [
"../dist/**/*.js"
],
"preLaunchTask": "build",
"preLaunchTask": "npm: build",
"protocol": "inspector"
}
]

1
.vscode/tasks.json vendored
View File

@@ -4,7 +4,6 @@
"version": "2.0.0",
"tasks": [
{
"taskName": "Run Build",
"type": "npm",
"script": "build",
"group": {