* Add workspace file * Only setup jest tests for rrdom * Update .vscode/monorepo.code-workspace
27 lines
389 B
Plaintext
27 lines
389 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "Monorepo",
|
|
"path": ".."
|
|
},
|
|
{
|
|
"path": "../packages/rrdom"
|
|
},
|
|
{
|
|
"path": "../packages/rrweb"
|
|
},
|
|
{
|
|
"path": "../packages/rrweb-player"
|
|
},
|
|
{
|
|
"path": "../packages/rrweb-snapshot"
|
|
}
|
|
],
|
|
"settings": {
|
|
"jest.disabledWorkspaceFolders": [
|
|
"Monorepo",
|
|
"rrweb-player"
|
|
]
|
|
}
|
|
}
|