monaco-editor/monaco-editor/.vscode/settings.json
2021-11-06 00:15:13 +01:00

10 lines
275 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"
}