7 lines
250 B
JSON
7 lines
250 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"javascript.preferences.quoteStyle": "single",
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"javascript.format.semicolons": "remove",
|
|
"typescript.format.semicolons": "remove"
|
|
} |