mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +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"]
|
|
}
|
|
}
|