Spaces:
Sleeping
Sleeping
| { | |
| "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | |
| "version": 1, | |
| "newProjectRoot": "projects", | |
| "projects": { | |
| "medicode-temp": { | |
| "projectType": "application", | |
| "schematics": {}, | |
| "root": "", | |
| "sourceRoot": "src", | |
| "prefix": "app", | |
| "architect": { | |
| "build": { | |
| "builder": "@angular-devkit/build-angular:application", | |
| "options": { | |
| "outputPath": "dist/medicode-temp", | |
| "index": "src/index.html", | |
| "browser": "src/main.ts", | |
| "polyfills": [ | |
| "zone.js" | |
| ], | |
| "tsConfig": "tsconfig.app.json", | |
| "assets": [ | |
| { | |
| "glob": "**/*", | |
| "input": "public" | |
| } | |
| ], | |
| "styles": [ | |
| "src/styles.css" | |
| ], | |
| "scripts": [] | |
| }, | |
| "configurations": { | |
| "production": { | |
| "budgets": [ | |
| { | |
| "type": "initial", | |
| "maximumWarning": "500kB", | |
| "maximumError": "5MB" | |
| }, | |
| { | |
| "type": "anyComponentStyle", | |
| "maximumWarning": "30kB", | |
| "maximumError": "50kB" | |
| } | |
| ], | |
| "outputHashing": "all" | |
| }, | |
| "development": { | |
| "optimization": false, | |
| "extractLicenses": false, | |
| "sourceMap": true | |
| } | |
| }, | |
| "defaultConfiguration": "production" | |
| }, | |
| "serve": { | |
| "builder": "@angular-devkit/build-angular:dev-server", | |
| "configurations": { | |
| "production": { | |
| "buildTarget": "medicode-temp:build:production" | |
| }, | |
| "development": { | |
| "buildTarget": "medicode-temp:build:development" | |
| } | |
| }, | |
| "defaultConfiguration": "development" | |
| }, | |
| "extract-i18n": { | |
| "builder": "@angular-devkit/build-angular:extract-i18n" | |
| }, | |
| "test": { | |
| "builder": "@angular-devkit/build-angular:karma", | |
| "options": { | |
| "polyfills": [ | |
| "zone.js", | |
| "zone.js/testing" | |
| ], | |
| "tsConfig": "tsconfig.spec.json", | |
| "assets": [ | |
| { | |
| "glob": "**/*", | |
| "input": "public" | |
| } | |
| ], | |
| "styles": [ | |
| "src/styles.css" | |
| ], | |
| "scripts": [] | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |