uchaindb/UClient

View on GitHub
src/.angular-cli.json

Summary

Maintainability
Test Coverage
{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "project": {
    "name": "Light plan"
  },
  "apps": [
    {
      "root": "ClientApp",
      "outDir": "wwwroot/dist",
      "assets": [
        "assets",
        "favicon.ico"
      ],
      "index": "wwwroot/index.html",
      "main": "boot-client.ts",
      "polyfills": "polyfills.ts",
      "test": "test.ts",
      "tsconfig": "../tsconfig.json",
      "prefix": "",
      "styles": [
        "styles.css"
      ],
      "scripts": []
    }
  ],
  "lint": [
    {
      "project": "../tsconfig.json",
      "exclude": "**/node_modules/**"
    }
  ],
  "defaults": {
    "styleExt": "css",
    "component": {}
  }
}