aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/.angular-cli.json
blob: 9ed4a7ab3d5e61028fdf1cd662acbdfdf912c40f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                  
                                                                                          





















































                                                         
{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "project": {
    "name": "PeerTube"
  },
  "apps": [
    {
      "root": "src",
      "outDir": "dist",
      "deployUrl": "client/",
      "assets": [
        { "glob": "**/*", "input": "./assets/images", "output": "./client/assets/images" }
      ],
      "index": "index.html",
      "main": "main.ts",
      "polyfills": "polyfills.ts",
      "test": "test.ts",
      "tsconfig": "tsconfig.app.json",
      "testTsconfig": "tsconfig.spec.json",
      "prefix": "app",
      "styles": [
        "sass/application.scss"
      ],
      "stylePreprocessorOptions": {
        "includePaths": [
          "sass/include"
        ]
      },
      "scripts": [],
      "environmentSource": "environments/environment.ts",
      "environments": {
        "dev": "environments/environment.ts",
        "prod": "environments/environment.prod.ts"
      }
    }
  ],
  "e2e": {
    "protractor": {
      "config": "./protractor.conf.js"
    }
  },
  "lint": [
    {
      "project": "src/tsconfig.app.json",
      "exclude": "**/node_modules/**"
    },
    {
      "project": "src/tsconfig.spec.json",
      "exclude": "**/node_modules/**"
    },
    {
      "project": "e2e/tsconfig.e2e.json",
      "exclude": "**/node_modules/**"
    }
  ],
  "test": {
    "karma": {
      "config": "./karma.conf.js"
    }
  },
  "defaults": {
    "styleExt": "scss",
    "component": {
    }
  }
}