mirror of
https://github.com/uetchy/namae.git
synced 2025-03-18 04:50:32 +09:00
16 lines
197 B
Plaintext
16 lines
197 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"name": "API",
|
||
|
"path": "api"
|
||
|
},
|
||
|
{
|
||
|
"name": "Web",
|
||
|
"path": "web"
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"jest.disabledWorkspaceFolders": ["Root"]
|
||
|
}
|
||
|
}
|