|
1 | 1 | { |
2 | 2 | "$schema": "./node_modules/@angular/cli/lib/config/schema.json", |
3 | 3 | "version": 1, |
| 4 | + "cli": { |
| 5 | + "packageManager": "npm" |
| 6 | + }, |
4 | 7 | "newProjectRoot": "projects", |
5 | 8 | "projects": { |
6 | 9 | "ship-frontend": { |
|
13 | 16 | "build": { |
14 | 17 | "builder": "@angular/build:application", |
15 | 18 | "options": { |
16 | | - "outputPath": { |
17 | | - "base": "dist/ship-frontend" |
18 | | - }, |
19 | | - "index": "src/index.html", |
20 | | - "polyfills": [ |
21 | | - "src/polyfills.ts" |
22 | | - ], |
| 19 | + "browser": "src/main.ts", |
23 | 20 | "tsConfig": "tsconfig.app.json", |
24 | 21 | "assets": [ |
25 | 22 | "src/favicon.ico", |
26 | 23 | "src/assets" |
27 | 24 | ], |
28 | 25 | "styles": [ |
29 | 26 | "src/styles.css" |
30 | | - ], |
31 | | - "scripts": [], |
32 | | - "browser": "src/main.ts" |
| 27 | + ] |
33 | 28 | }, |
34 | 29 | "configurations": { |
35 | 30 | "production": { |
|
73 | 68 | } |
74 | 69 | }, |
75 | 70 | "defaultConfiguration": "development" |
76 | | - }, |
77 | | - "extract-i18n": { |
78 | | - "builder": "@angular/build:extract-i18n", |
79 | | - "options": { |
80 | | - "buildTarget": "ship-frontend:build" |
81 | | - } |
82 | | - }, |
83 | | - "test": { |
84 | | - "builder": "@angular/build:karma", |
85 | | - "options": { |
86 | | - "main": "src/test.ts", |
87 | | - "polyfills": "src/polyfills.ts", |
88 | | - "tsConfig": "tsconfig.spec.json", |
89 | | - "karmaConfig": "karma.conf.js", |
90 | | - "assets": [ |
91 | | - "src/favicon.ico", |
92 | | - "src/assets" |
93 | | - ], |
94 | | - "styles": [ |
95 | | - "src/styles.css" |
96 | | - ], |
97 | | - "scripts": [] |
98 | | - } |
99 | 71 | } |
100 | 72 | } |
101 | 73 | } |
102 | | - }, |
103 | | - "schematics": { |
104 | | - "@schematics/angular:component": { |
105 | | - "type": "component" |
106 | | - }, |
107 | | - "@schematics/angular:directive": { |
108 | | - "type": "directive" |
109 | | - }, |
110 | | - "@schematics/angular:service": { |
111 | | - "type": "service" |
112 | | - }, |
113 | | - "@schematics/angular:guard": { |
114 | | - "typeSeparator": "." |
115 | | - }, |
116 | | - "@schematics/angular:interceptor": { |
117 | | - "typeSeparator": "." |
118 | | - }, |
119 | | - "@schematics/angular:module": { |
120 | | - "typeSeparator": "." |
121 | | - }, |
122 | | - "@schematics/angular:pipe": { |
123 | | - "typeSeparator": "." |
124 | | - }, |
125 | | - "@schematics/angular:resolver": { |
126 | | - "typeSeparator": "." |
127 | | - } |
128 | 74 | } |
129 | 75 | } |
0 commit comments