mirror of
https://github.com/uetchy/namae.git
synced 2025-07-01 22:10:04 +09:00
20 lines
250 B
Plaintext
20 lines
250 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"name": "Root",
|
||
|
"path": "."
|
||
|
},
|
||
|
{
|
||
|
"name": "API",
|
||
|
"path": "api"
|
||
|
},
|
||
|
{
|
||
|
"name": "Web",
|
||
|
"path": "web"
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"jest.disabledWorkspaceFolders": ["Root"]
|
||
|
}
|
||
|
}
|