1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-18 04:50:32 +09:00
namae/namae.code-workspace

16 lines
197 B
Plaintext
Raw Normal View History

2019-08-14 18:46:57 +09:00
{
"folders": [
{
"name": "API",
"path": "api"
},
{
"name": "Web",
"path": "web"
}
],
"settings": {
"jest.disabledWorkspaceFolders": ["Root"]
}
}