monaco-editor/.vscode/settings.json
2016-10-22 13:27:34 +02:00

10 lines
274 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/release": true
},
"typescript.tsdk": "./node_modules/typescript/lib"
}