{
  "name": "angular-theme",
  "$schema": "../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/angular-theme/",
  "prefix": "finastra",
  "tags": [],
  "generators": {
    "@finastra/angular:theme": {
      "styleext": "scss"
    }
  },
  "targets": {
    "build": {
      "executor": "./dist/tools/devkit:theme-builder",
      "options": {
        "inputPath": "libs/angular-theme/lib/prebuilt-theme",
        "outputPath": "libs/angular-theme/prebuilt-theme",
        "assets": ["libs/angular-theme/lib", "libs/angular-theme/assets", "libs/angular-theme/*.scss"],
        "sourceMap": true,
        "tsConfig": "libs/angular-theme/tsconfig.lib.json"
      },
      "configurations": {
        "production": {
          "outputStyle": "compressed"
        }
      }
    },
    "lint": {
      "executor": "./dist/tools/devkit:theme-linter",
      "options": {
        "project": "libs/angular-theme"
      }
    }
  }
}
