We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857d3a2 commit a59b9b3Copy full SHA for a59b9b3
typecell.code-workspace
@@ -15,21 +15,13 @@
15
{
16
"name": "packages/engine",
17
"path": "packages/engine"
18
- },
19
- {
20
- "name": "packages/matrix-crdt",
21
- "path": "packages/matrix-crdt"
22
}
23
],
24
"settings": {
25
"files.exclude": {
26
"packages/": true
27
},
28
- "jest.disabledWorkspaceFolders": [
29
- "ROOT",
30
- "packages/common",
31
- "packages/engine"
32
- ],
+ "jest.disabledWorkspaceFolders": ["ROOT", "packages/common"],
33
"typescript.tsdk": "ROOT/node_modules/typescript/lib"
34
35
0 commit comments