Contains a basic use of typescript on the server with nodejs.
npm install -g tsc typings npm install typings install
tsc -w
Open the project in VSCode and press CMD+SHIFT+B to run the tasks in the .vscode/tasks.json file. You can also debug the code directly from the VSCode using the IDE debugger.