20 lines
373 B
JSON

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