13 lines
216 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"
}
},
"files.associations": {
"*.pixy": "jade",
"*.scarlet": "stylus"
2017-06-19 14:20:46 +00:00
}
}