13 lines
216 B
JSON

{
"tsimporter.emitSemicolon": false,
"tsimporter.doubleQuotes": true,
"files.exclude": {
"**/*.js": {
"when": "$(basename).ts"
}
},
"files.associations": {
"*.pixy": "jade",
"*.scarlet": "stylus"
}
}