|
54 | 54 | "build": { |
55 | 55 | "builder": "@angular-devkit/build-angular:browser", |
56 | 56 | "options": { |
57 | | - "outputPath": "projects/search-lib/dist/search-element", |
58 | | - "index": "projects/search-lib/src/index.html", |
59 | | - "main": "projects/search-lib/src/main.ts", |
60 | | - "polyfills": "projects/search-lib/src/polyfills.ts", |
61 | | - "tsConfig": "projects/search-lib/tsconfig.app.json", |
| 57 | + "outputPath": "projects/search-element/dist/search-element", |
| 58 | + "index": "projects/search-element/src/index.html", |
| 59 | + "main": "projects/search-element/src/main.ts", |
| 60 | + "polyfills": "projects/search-element/src/polyfills.ts", |
| 61 | + "tsConfig": "projects/search-element/tsconfig.app.json", |
62 | 62 | "inlineStyleLanguage": "scss", |
63 | 63 | "assets": [ |
64 | | - "projects/search-lib/src/favicon.ico", |
65 | | - "projects/search-lib/src/assets" |
| 64 | + "projects/search-element/src/favicon.ico", |
| 65 | + "projects/search-element/src/assets" |
66 | 66 | ], |
67 | | - "styles": ["projects/search-lib/src/styles.scss"], |
| 67 | + "styles": ["projects/search-element/src/styles.scss"], |
68 | 68 | "scripts": [] |
69 | 69 | }, |
70 | 70 | "configurations": { |
|
103 | 103 | "test": { |
104 | 104 | "builder": "@angular-devkit/build-angular:karma", |
105 | 105 | "options": { |
106 | | - "main": "projects/search-element/src/test.ts", |
107 | | - "polyfills": "projects/search-element/src/polyfills.ts", |
108 | | - "tsConfig": "projects/search-element/tsconfig.spec.json", |
109 | | - "karmaConfig": "projects/search-element/karma.conf.js", |
| 106 | + "main": "projects/search-lib/src/test.ts", |
| 107 | + "polyfills": "projects/search-lib/src/polyfills.ts", |
| 108 | + "tsConfig": "projects/search-lib/tsconfig.spec.json", |
| 109 | + "karmaConfig": "projects/search-lib/karma.conf.js", |
110 | 110 | "inlineStyleLanguage": "scss", |
111 | 111 | "assets": [ |
112 | | - "projects/search-element/src/favicon.ico", |
113 | | - "projects/search-element/src/assets" |
| 112 | + "projects/search-lib/src/favicon.ico", |
| 113 | + "projects/search-lib/src/assets" |
114 | 114 | ], |
115 | | - "styles": ["projects/search-element/src/styles.scss"], |
| 115 | + "styles": ["projects/search-lib/src/styles.scss"], |
116 | 116 | "scripts": [] |
117 | 117 | } |
118 | 118 | } |
|
0 commit comments