aiao-io/aiao

View on GitHub
libs/lazy-component/project.json

Summary

Maintainability
Test Coverage
{
  "projectType": "library",
  "root": "libs/lazy-component",
  "sourceRoot": "libs/lazy-component/src",
  "prefix": "aiao",
  "targets": {
    "build": {
      "executor": "@nrwl/angular:package",
      "outputs": ["dist/libs/lazy-component"],
      "options": {
        "project": "libs/lazy-component/ng-package.json"
      },
      "configurations": {
        "production": {
          "tsConfig": "libs/lazy-component/tsconfig.lib.prod.json"
        },
        "development": {
          "tsConfig": "libs/lazy-component/tsconfig.lib.json"
        }
      },
      "defaultConfiguration": "production"
    },
    "test": {
      "executor": "@nrwl/jest:jest",
      "outputs": ["coverage/libs/lazy-component"],
      "options": {
        "jestConfig": "libs/lazy-component/jest.config.js",
        "passWithNoTests": true
      }
    },
    "lint": {
      "executor": "@nrwl/linter:eslint",
      "options": {
        "lintFilePatterns": ["libs/lazy-component/src/**/*.ts", "libs/lazy-component/src/**/*.html"]
      }
    }
  },
  "tags": ["angular-lib"]
}