vscode-vsce/.vscode/settings.json
2017-03-20 11:42:28 +01:00

11 lines
No EOL
278 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"editor.insertSpaces": false,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"out": true,
"typings": true
},
"typescript.tsdk": "./node_modules/typescript/lib"
}