1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-13 13:48:24 +00:00

Update build task

This commit is contained in:
Jonathan Carter
2017-07-30 22:10:44 -07:00
parent 279499bd87
commit 21914dd76c
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"
}
]