mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
16 lines
196 B
Plaintext
16 lines
196 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "frontend"
|
|
}
|
|
],
|
|
"settings": {
|
|
"typescriptHero.imports.stringQuoteStyle": "\"",
|
|
"files.exclude": {
|
|
"**/node_modules": true
|
|
}
|
|
}
|
|
} |