1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 20:27:37 +00:00

Merge pull request #223 from cbenz/patch-1

Fix typo
This commit is contained in:
Orta
2019-08-27 10:55:14 -03:00
committed by GitHub

View File

@@ -19,7 +19,7 @@
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true,
"**/coverge": true
"**/coverage": true
},
"typescript.referencesCodeLens.enabled": true,
"appService.zipIgnorePattern": [".vscode{,/**}"],