7 lines
241 B
JSON
7 lines
241 B
JSON
|
// Place your settings in this file to overwrite default and user settings.FALSE
|
||
|
{
|
||
|
"javascript.validate.enable": false,
|
||
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"editor.insertSpaces": true
|
||
|
}
|