-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathworkspace.json
More file actions
37 lines (37 loc) · 898 Bytes
/
workspace.json
File metadata and controls
37 lines (37 loc) · 898 Bytes
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
{
"version": 2,
"projects": {
"demo": "apps/demo",
"demo-e2e": "apps/demo-e2e",
"docsite": "apps/docsite",
"docsite-e2e": "apps/docsite-e2e",
"examples-birthdate": "libs/examples/birthdate",
"examples-styled-inputs": "libs/examples/styled-inputs",
"form-builder": "libs/form-builder",
"form-context": "libs/form-context",
"form-editor": "libs/form-editor",
"form-redux": "libs/form-redux",
"form-validation-rule-list": "libs/form-validation-rule-list",
"workspace": "."
},
"cli": {
"defaultCollection": "@nrwl/react"
},
"defaultProject": "demo",
"generators": {
"@nrwl/react": {
"application": {
"style": "css",
"linter": "eslint",
"babel": true
},
"component": {
"style": "css"
},
"library": {
"style": "css",
"linter": "eslint"
}
}
}
}