-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrush.json
More file actions
38 lines (35 loc) · 1.01 KB
/
rush.json
File metadata and controls
38 lines (35 loc) · 1.01 KB
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
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"npmVersion": "8.19.4",
"rushVersion": "5.129.6",
"projectFolderMaxDepth": 4,
"projects": [
{
"packageName": "@nevware21/grunt-plugins-shared-utils",
"projectFolder": "shared",
"shouldPublish": false,
"decoupledLocalDependencies": [
"@nevware21/grunt-ts-plugin",
"@nevware21/grunt-eslint-ts"
]
},
{
"packageName": "@nevware21/grunt-ts-plugin",
"projectFolder": "ts-plugin",
"shouldPublish": true,
"decoupledLocalDependencies": [
"@nevware21/grunt-ts-plugin",
"@nevware21/grunt-eslint-ts"
]
},
{
"packageName": "@nevware21/grunt-eslint-ts",
"projectFolder": "eslint-ts-plugin",
"shouldPublish": true,
"decoupledLocalDependencies": [
"@nevware21/grunt-ts-plugin",
"@nevware21/grunt-eslint-ts"
]
}
]
}