Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.77 KB | None | 0 0
  1. {
  2.   "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  3.   "project": {
  4.     "name": "client"
  5.   },
  6.   "apps": [
  7.     {
  8.       "root": "src",
  9.       "outDir": "dist",
  10.       "assets": [
  11.         "assets",
  12.         "favicon.ico"
  13.       ],
  14.       "index": "index.html",
  15.       "main": "main.ts",
  16.       "polyfills": "polyfills.ts",
  17.       "test": "test.ts",
  18.       "tsconfig": "tsconfig.app.json",
  19.       "testTsconfig": "tsconfig.spec.json",
  20.       "prefix": "app",
  21.       "styles": [
  22.         "styles.css",
  23.         "../node_modules/bootstrap/dist/css/bootstrap.css"
  24.       ],
  25.       "scripts": [
  26.         "../node_modules/jquery/dist/jquery.js",
  27.         "../node_modules/tether/dist/js/tether.js",
  28.         "../node_modules/bootstrap/dist/js/bootstrap.js",
  29.         "../node_modules/tinymce/tinymce.js",
  30.         "../node_modules/tinymce/themes/modern/theme.js",
  31.         "../node_modules/tinymce/plugins/link/plugin.js",
  32.         "../node_modules/tinymce/plugins/paste/plugin.js",
  33.         "../node_modules/tinymce/plugins/table/plugin.js"
  34.       ],
  35.       "environmentSource": "environments/environment.ts",
  36.       "environments": {
  37.         "dev": "environments/environment.ts",
  38.         "prod": "environments/environment.prod.ts"
  39.       }
  40.     }
  41.   ],
  42.   "e2e": {
  43.     "protractor": {
  44.       "config": "./protractor.conf.js"
  45.     }
  46.   },
  47.   "lint": [
  48.     {
  49.       "project": "src/tsconfig.app.json",
  50.       "exclude": "**/node_modules/**"
  51.     },
  52.     {
  53.       "project": "src/tsconfig.spec.json",
  54.       "exclude": "**/node_modules/**"
  55.     },
  56.     {
  57.       "project": "e2e/tsconfig.e2e.json",
  58.       "exclude": "**/node_modules/**"
  59.     }
  60.   ],
  61.   "test": {
  62.     "karma": {
  63.       "config": "./karma.conf.js"
  64.     }
  65.   },
  66.   "defaults": {
  67.     "styleExt": "css",
  68.     "component": {}
  69.   }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement