|
1 | 1 | {
|
2 | 2 | "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
3 | 3 | "version": 1,
|
4 |
| - "newProjectRoot": "", |
| 4 | + "newProjectRoot": "projects", |
5 | 5 | "projects": {
|
6 | 6 | "ngxmatfire": {
|
7 | 7 | "root": "",
|
8 |
| - "sourceRoot": ".", |
| 8 | + "sourceRoot": "src", |
9 | 9 | "projectType": "application",
|
| 10 | + "schematics": {}, |
10 | 11 | "architect": {
|
11 | 12 | "build": {
|
12 | 13 | "builder": "@angular-devkit/build-angular:browser",
|
13 | 14 | "options": {
|
14 |
| - "outputPath": "dist", |
| 15 | + "outputPath": "dist/ngxmatfire", |
15 | 16 | "index": "src/index.html",
|
16 | 17 | "main": "src/main.ts",
|
17 | 18 | "tsConfig": "src/tsconfig.app.json",
|
|
66 | 67 | "builder": "@angular-devkit/build-angular:karma",
|
67 | 68 | "options": {
|
68 | 69 | "main": "src/test.ts",
|
69 |
| - "karmaConfig": "./karma.conf.js", |
| 70 | + "karmaConfig": "src/karma.conf.js", |
70 | 71 | "polyfills": "src/polyfills.ts",
|
71 | 72 | "tsConfig": "src/tsconfig.spec.json",
|
72 | 73 | "scripts": [],
|
|
92 | 93 | }
|
93 | 94 | },
|
94 | 95 | "ngxmatfire-e2e": {
|
95 |
| - "root": "", |
96 |
| - "sourceRoot": ".", |
| 96 | + "root": "e2e/", |
97 | 97 | "projectType": "application",
|
98 | 98 | "architect": {
|
99 | 99 | "e2e": {
|
100 | 100 | "builder": "@angular-devkit/build-angular:protractor",
|
101 | 101 | "options": {
|
102 |
| - "protractorConfig": "./protractor.conf.js", |
| 102 | + "protractorConfig": "e2e/protractor.conf.js", |
103 | 103 | "devServerTarget": "ngxmatfire:serve"
|
104 | 104 | }
|
105 | 105 | },
|
106 | 106 | "lint": {
|
107 | 107 | "builder": "@angular-devkit/build-angular:tslint",
|
108 | 108 | "options": {
|
109 |
| - "tsConfig": [ |
110 |
| - "e2e/tsconfig.e2e.json" |
111 |
| - ], |
112 |
| - "exclude": [] |
| 109 | + "tsConfig": "e2e/tsconfig.e2e.json", |
| 110 | + "exclude": [ |
| 111 | + "**/node_modules/**" |
| 112 | + ] |
113 | 113 | }
|
114 | 114 | }
|
115 | 115 | }
|
116 | 116 | }
|
117 | 117 | },
|
118 |
| - "defaultProject": "ngxmatfire", |
119 |
| - "schematics": { |
120 |
| - "@schematics/angular:component": { |
121 |
| - "prefix": "app", |
122 |
| - "styleext": "scss" |
123 |
| - }, |
124 |
| - "@schematics/angular:directive": { |
125 |
| - "prefix": "app" |
126 |
| - } |
127 |
| - } |
| 118 | + "defaultProject": "ngxmatfire" |
128 | 119 | }
|
0 commit comments