mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-13 15:08:19 +00:00
21 lines
553 B
JSON
21 lines
553 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",
|
|
"reddit",
|
|
"resave",
|
|
"signup",
|
|
"subreddit",
|
|
"xframe"
|
|
]
|
|
} |