1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

updated specific .d.ts files to point to definitely typed file. Also added recommended extensions using vs code's extensions.json

This commit is contained in:
Bowden Kelly
2017-07-25 11:28:31 -07:00
parent bb59a5d3e9
commit 235ba1daa9
7 changed files with 28 additions and 23 deletions

6
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"recommendations": [
"eg2.tslint",
"streetsidesoftware.code-spell-checker"
]
}