forked from cloudextend/contrib-events
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
34 lines (34 loc) · 1009 Bytes
/
project.json
File metadata and controls
34 lines (34 loc) · 1009 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
{
"projectType": "library",
"root": "libs/contrib/events",
"sourceRoot": "libs/contrib/events/src",
"prefix": "cloudextend",
"targets": {
"build": {
"executor": "@nrwl/angular:ng-packagr-lite",
"outputs": ["dist/libs/contrib/events"],
"options": {
"tsConfig": "libs/contrib/events/tsconfig.lib.json",
"project": "libs/contrib/events/ng-package.json"
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": [
"libs/contrib/events/**/*.ts",
"libs/contrib/events/**/*.html"
]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"options": {
"jestConfig": "libs/contrib/events/jest.config.js",
"passWithNoTests": true
}
}
},
"generators": {},
"tags": []
}