Files
writer/writer.code-workspace
2020-08-14 19:05:03 +03:00

14 lines
224 B
Plaintext

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