{
"sourceRoot": "libs/theme/src",
"projectType": "library",
"tags": [],
"targets": {
"lint": {
"executor": "@nrwl/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/theme/**/*.{ts,tsx,js,jsx}"]
}
},
"test": {
"executor": "@nrwl/jest:jest",
"outputs": ["coverage/libs/theme"],
"options": {
"jestConfig": "libs/theme/jest.config.js",
"passWithNoTests": true
}
}
}
}