Skip to content
Snippets Groups Projects

Beta 5

Merged Martin Mechtel requested to merge beta-5 into develop
2 files
+ 25
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 23
0
{
"projectType": "library",
"root": "libs/iqb-components",
"sourceRoot": "libs/iqb-components/src",
"prefix": "personaldb",
"targets": {
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/iqb-components"],
"options": {
"jestConfig": "libs/iqb-components/jest.config.js",
"passWithNoTests": true
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": ["libs/iqb-components/src/**/*.ts", "libs/iqb-components/src/**/*.html"]
}
}
},
"tags": []
}
Loading