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

reworked api example page

This commit is contained in:
Bowden
2018-01-03 17:25:31 -08:00
parent f3c533e79d
commit 958d0f5e4b
6 changed files with 1080 additions and 261 deletions

5
.vscode/tasks.json vendored
View File

@@ -10,6 +10,11 @@
"kind": "build",
"isDefault": true
}
},
{
"type": "npm",
"script": "start",
"problemMatcher": []
}
]
}