1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-23 02:30:55 +00:00
Files
TypeScript-Node-Starter/.vscode/tasks.json

15 lines
361 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "npm",
"isShellCommand": true,
"showOutput": "always",
"suppressTaskName": true,
"tasks": [
{
"taskName": "build",
"args": ["run", "build"]
}
]
}