Warning, /firebird/firebird-ng/angular.json is written in an unsupported language. File is not indexed.
0001 {
0002 "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
0003 "version": 1,
0004 "newProjectRoot": "projects",
0005 "projects": {
0006 "firebird": {
0007 "projectType": "application",
0008 "schematics": {
0009 "@schematics/angular:component": {
0010 "style": "scss"
0011 }
0012 },
0013 "root": "",
0014 "sourceRoot": "src",
0015 "prefix": "app",
0016 "architect": {
0017 "build": {
0018 "builder": "@angular-builders/custom-webpack:browser",
0019 "options": {
0020 "outputPath": "dist/firebird",
0021 "outputHashing": "all",
0022 "main": "src/main.ts",
0023 "index": "src/index.html",
0024 "polyfills": [
0025 "zone.js"
0026 ],
0027 "tsConfig": "tsconfig.app.json",
0028 "inlineStyleLanguage": "scss",
0029 "assets": [
0030 "src/favicon.ico",
0031 "src/assets"
0032 ],
0033 "styles": [
0034 "src/styles.scss"
0035 ],
0036 "scripts": [],
0037 "customWebpackConfig": {
0038 "path": "./webpack.config.js"
0039 },
0040 "webWorkerTsConfig": "tsconfig.worker.json"
0041 },
0042 "configurations": {
0043 "production": {
0044 "budgets": [
0045 {
0046 "type": "initial",
0047 "maximumWarning": "500kb",
0048 "maximumError": "5mb"
0049 },
0050 {
0051 "type": "anyComponentStyle",
0052 "maximumWarning": "2kb",
0053 "maximumError": "4kb"
0054 }
0055 ],
0056 "outputHashing": "all"
0057 },
0058 "development": {
0059 "optimization": false,
0060 "extractLicenses": false,
0061 "sourceMap": true,
0062 "fileReplacements": [
0063 {
0064 "replace": "src/environments/environment.ts",
0065 "with": "src/environments/environment.development.ts"
0066 }
0067 ]
0068 }
0069 },
0070 "defaultConfiguration": "production"
0071 },
0072 "serve": {
0073 "builder": "@angular-devkit/build-angular:dev-server",
0074 "configurations": {
0075 "production": {
0076 "buildTarget": "firebird:build:production"
0077 },
0078 "development": {
0079 "buildTarget": "firebird:build:development"
0080 }
0081 },
0082 "defaultConfiguration": "development"
0083 },
0084 "extract-i18n": {
0085 "builder": "@angular-devkit/build-angular:extract-i18n",
0086 "options": {
0087 "buildTarget": "firebird:build"
0088 }
0089 },
0090 "test": {
0091 "builder": "@angular-devkit/build-angular:karma",
0092 "options": {
0093 "polyfills": [
0094 "zone.js",
0095 "zone.js/testing"
0096 ],
0097 "tsConfig": "tsconfig.spec.json",
0098 "inlineStyleLanguage": "scss",
0099 "assets": [
0100 "src/favicon.ico",
0101 "src/assets"
0102 ],
0103 "styles": [
0104 "src/styles.scss"
0105 ],
0106 "scripts": [],
0107 "webWorkerTsConfig": "tsconfig.worker.json"
0108 }
0109 }
0110 }
0111 }
0112 },
0113 "cli": {
0114 "analytics": "aa6f00cf-04e4-4e98-9d0e-1423cb1a0d51"
0115 }
0116 }