{ "name": "module-to-standalone-shell", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/module-to-standalone/shell/src", "prefix": "lib", "tags": [], "projectType": "library", "targets": { "test": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "libs/module-to-standalone/shell/jest.config.ts", "passWithNoTests": true }, "configurations": { "ci": { "ci": true, "codeCoverage": true } } }, "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": [ "libs/module-to-standalone/shell/**/*.ts", "libs/module-to-standalone/shell/**/*.html" ] } } } }