Files
writer/writer.code-workspace
2019-01-01 19:05:21 +03:00

16 lines
196 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "frontend"
}
],
"settings": {
"typescriptHero.imports.stringQuoteStyle": "\"",
"files.exclude": {
"**/node_modules": true
}
}
}