1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-13 23:18:26 +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

View File

@@ -10,6 +10,8 @@
"tslint.autoFixOnSave": true,
"tslint.exclude": "**/node_modules/**/*",
"cSpell.words": [
"definitelytyped"
"definitelytyped",
"reddit",
"subreddit"
]
}

5
.vscode/tasks.json vendored
View File

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