{ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "newProjectRoot": "projects", "projects": { "hot-table": { "projectType": "library", "root": "projects/hot-table", "sourceRoot": "projects/hot-table/src", "prefix": "hot", "architect": { "build": { "builder": "@angular-devkit/build-angular:ng-packagr", "options": { "project": "projects/hot-table/ng-package.json" }, "configurations": { "production": { "tsConfig": "projects/hot-table/tsconfig.lib.prod.json" }, "development": { "tsConfig": "projects/hot-table/tsconfig.lib.json" } }, "defaultConfiguration": "production" }, "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-eslint/builder:lint", "options": { "lintFilePatterns": [ "projects/hot-table/**/*.ts", "projects/hot-table/**/*.html" ] } } } } }, "defaultProject": "hot-table", "cli": { "defaultCollection": "@angular-eslint/schematics", "analytics": "3cc71fb4-b6d3-4709-8c94-c6d52c459c3d" } }