angular.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  3. "version": 1,
  4. "newProjectRoot": "projects",
  5. "projects": {
  6. "ai-counsel": {
  7. "projectType": "application",
  8. "schematics": {},
  9. "root": "",
  10. "sourceRoot": "src",
  11. "prefix": "app",
  12. "architect": {
  13. "build": {
  14. "builder": "@angular-devkit/build-angular:browser",
  15. "options": {
  16. "outputPath": "dist/ai-counsel",
  17. "index": "src/index.html",
  18. "main": "src/main.ts",
  19. "polyfills": ["zone.js"],
  20. "tsConfig": "tsconfig.json",
  21. "assets": [
  22. "src/favicon.ico",
  23. "src/assets"
  24. ],
  25. "styles": [
  26. "src/styles.css"
  27. ],
  28. "scripts": []
  29. },
  30. "configurations": {
  31. "production": {
  32. "budgets": [
  33. {
  34. "type": "initial",
  35. "maximumWarning": "500kb",
  36. "maximumError": "1mb"
  37. },
  38. {
  39. "type": "anyComponentStyle",
  40. "maximumWarning": "2kb",
  41. "maximumError": "4kb"
  42. }
  43. ],
  44. "outputHashing": "all"
  45. },
  46. "development": {
  47. "buildOptimizer": false,
  48. "optimization": false,
  49. "vendorChunk": true,
  50. "extractLicenses": false,
  51. "sourceMap": true,
  52. "namedChunks": true
  53. }
  54. },
  55. "defaultConfiguration": "production"
  56. },
  57. "serve": {
  58. "builder": "@angular-devkit/build-angular:dev-server",
  59. "configurations": {
  60. "production": {
  61. "browserTarget": "ai-counsel:build:production"
  62. },
  63. "development": {
  64. "browserTarget": "ai-counsel:build:development"
  65. }
  66. },
  67. "defaultConfiguration": "development"
  68. },
  69. "extract-i18n": {
  70. "builder": "@angular-devkit/build-angular:extract-i18n",
  71. "options": {
  72. "browserTarget": "ai-counsel:build"
  73. }
  74. },
  75. "test": {
  76. "builder": "@angular-devkit/build-angular:karma",
  77. "options": {
  78. "polyfills": ["zone.js", "zone.js/testing"],
  79. "tsConfig": "tsconfig.json",
  80. "assets": [
  81. "src/favicon.ico",
  82. "src/assets"
  83. ],
  84. "styles": [
  85. "src/styles.css"
  86. ],
  87. "scripts": []
  88. }
  89. }
  90. }
  91. }
  92. },
  93. "cli": {
  94. "analytics": "c3c151b6-d12c-4f1d-92b1-79e8e7283c0b"
  95. }
  96. }