mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 16:17:37 +00:00
16 lines
460 B
JSON
16 lines
460 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/**/*",
|
|
"cSpell.words": [
|
|
"definitelytyped"
|
|
]
|
|
} |