9 lines
143 B
JSON
Raw Normal View History

2017-06-19 14:20:46 +00:00
{
"tsimporter.emitSemicolon": false,
"tsimporter.doubleQuotes": true,
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
}
}
}