vscode-vsce/.vscode/settings.json
2016-10-27 15:57:24 +02:00

12 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"
}