1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-13 01:57:27 +00:00
Files
TypeScript-Node-Starter/.vscode/settings.json
2019-05-15 18:10:25 -07:00

17 lines
509 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true,
"**/coverge": true
},
"typescript.referencesCodeLens.enabled": true,
"tslint.ignoreDefinitionFiles": false,
"tslint.autoFixOnSave": true,
"tslint.exclude": "**/node_modules/**/*",
"appService.zipIgnorePattern": [
".vscode{,/**}"
],
"appService.deploySubpath": ""
}