Files
writer/writer.code-workspace
2019-06-26 22:55:20 +03:00

17 lines
255 B
Plaintext

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