1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-24 19:30:52 +00:00
Files
TypeScript-Node-Starter/.vscode/settings.json
2018-01-03 17:25:31 -08:00

17 lines
471 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true
},
"typescript.referencesCodeLens.enabled": true,
"tslint.ignoreDefinitionFiles": false,
"tslint.autoFixOnSave": true,
"tslint.exclude": "**/node_modules/**/*",
"cSpell.words": [
"definitelytyped",
"reddit",
"subreddit"
]
}