{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "newProjectRoot": "projects",
  "projects": {
    "hot-table": {
      "root": "projects/hot-table",
      "sourceRoot": "projects/hot-table/src",
      "projectType": "library",
      "prefix": "hot",
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-ng-packagr:build",
          "options": {
            "tsConfig": "projects/hot-table/tsconfig.lib.json",
            "project": "projects/hot-table/ng-package.json"
          }
        },
        "test": {
          "builder": "@angular-devkit/build-angular:karma",
          "options": {
            "main": "projects/hot-table/src/test.ts",
            "tsConfig": "projects/hot-table/tsconfig.spec.json",
            "karmaConfig": "projects/hot-table/karma.conf.js",
            "styles": [
              "../../node_modules/handsontable/dist/handsontable.full.css"
            ]
          }
        },
        "lint": {
          "builder": "@angular-devkit/build-angular:tslint",
          "options": {
            "tsConfig": [
              "projects/hot-table/tsconfig.lib.json",
              "projects/hot-table/tsconfig.spec.json"
            ],
            "exclude": [
              "**/node_modules/**"
            ]
          }
        }
      }
    }
  },
  "cli": {
    "analytics": "013d1ab3-465b-4136-a628-4621055f9776"
  }
}