-
Notifications
You must be signed in to change notification settings - Fork 2
/
projen-turborepo-test.code-workspace
52 lines (52 loc) · 1.12 KB
/
projen-turborepo-test.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"folders": [
{
"name": "projen-turborepo-test",
"path": "./"
},
{
"name": "sub-project-1",
"path": "package/sub-project-1"
},
{
"name": "sub-project-2",
"path": "package/sub-project-2"
},
{
"name": "sub-project-3",
"path": "package/sub-project-3"
},
{
"name": "sub-project-4",
"path": "package/sub-project-4"
},
{
"name": "sub-project-5",
"path": "package/sub-project-5"
}
],
"settings": {
"eslint.workingDirectories": [
"./package/sub-project-1",
"./package/sub-project-2",
"./package/sub-project-3",
"./package/sub-project-4",
"./package/sub-project-5"
],
"jest.disabledWorkspaceFolders": [
"projen-turborepo-test",
"sub-project-1",
"sub-project-2",
"sub-project-3",
"sub-project-4",
"sub-project-5"
]
},
"extensions": {
"recommendations": [
"folke.vscode-monorepo-workspace",
"q.typescript-mono-repo-import-helper"
]
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}