-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrush.json
33 lines (33 loc) · 972 Bytes
/
rush.json
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
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.14.0",
"pnpmVersion": "3.8.0",
"nodeSupportedVersionRange": ">=10.6.0 <13.0.0",
"projectFolderMinDepth": 2,
"ensureConsistentVersions": true,
"repository": {
"url": "https://github.com/imodeljs/imodeljs-samples"
},
"projects": [
{
"packageName": "imodel-query-agent",
"projectFolder": "agent-app/query-agent"
},
{
"packageName": "basic-viewport-app",
"projectFolder": "interactive-app/basic-viewport-app"
},
{
"packageName": "ninezone-sample-app",
"projectFolder": "interactive-app/ninezone-sample-app"
},
{
"packageName": "simple-viewer-app",
"projectFolder": "interactive-app/simple-viewer-app"
},
{
"packageName": "imodel-changeset-test-utility",
"projectFolder": "tools/imodel-changeset-test-utility"
}
]
}