monaco-editor/.vscode/settings.json

10 lines
274 B
JSON
Raw Normal View History

2016-06-10 01:25:58 +08:00
// Place your settings in this file to overwrite default and user settings.
{
2016-06-16 18:34:36 +08:00
"files.trimTrailingWhitespace": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/release": true
},
"typescript.tsdk": "./node_modules/typescript/lib"
2016-06-10 01:25:58 +08:00
}