|
3 | 3 | "version": 1, |
4 | 4 | "newProjectRoot": "projects", |
5 | 5 | "projects": { |
6 | | - "angular-material-datatransfer": { |
| 6 | + "amd-lib": { |
7 | 7 | "projectType": "library", |
8 | | - "root": "projects/angular-material-datatransfer", |
9 | | - "sourceRoot": "projects/angular-material-datatransfer/src", |
| 8 | + "root": "projects/amd-lib", |
| 9 | + "sourceRoot": "projects/amd-lib/src", |
10 | 10 | "prefix": "lib", |
11 | 11 | "architect": { |
12 | 12 | "build": { |
13 | 13 | "builder": "@angular-devkit/build-ng-packagr:build", |
14 | 14 | "options": { |
15 | | - "tsConfig": "projects/angular-material-datatransfer/tsconfig.lib.json", |
16 | | - "project": "projects/angular-material-datatransfer/ng-package.json" |
| 15 | + "tsConfig": "projects/amd-lib/tsconfig.lib.json", |
| 16 | + "project": "projects/amd-lib/ng-package.json" |
17 | 17 | } |
18 | 18 | }, |
19 | 19 | "test": { |
20 | 20 | "builder": "@angular-devkit/build-angular:karma", |
21 | 21 | "options": { |
22 | | - "main": "projects/angular-material-datatransfer/src/test.ts", |
23 | | - "tsConfig": "projects/angular-material-datatransfer/tsconfig.spec.json", |
24 | | - "karmaConfig": "projects/angular-material-datatransfer/karma.conf.js" |
| 22 | + "main": "projects/amd-lib/src/test.ts", |
| 23 | + "tsConfig": "projects/amd-lib/tsconfig.spec.json", |
| 24 | + "karmaConfig": "projects/amd-lib/karma.conf.js" |
25 | 25 | } |
26 | 26 | }, |
27 | 27 | "lint": { |
28 | 28 | "builder": "@angular-devkit/build-angular:tslint", |
29 | 29 | "options": { |
30 | 30 | "tsConfig": [ |
31 | | - "projects/angular-material-datatransfer/tsconfig.lib.json", |
32 | | - "projects/angular-material-datatransfer/tsconfig.spec.json" |
| 31 | + "projects/amd-lib/tsconfig.lib.json", |
| 32 | + "projects/amd-lib/tsconfig.spec.json" |
33 | 33 | ], |
34 | 34 | "exclude": [ |
35 | 35 | "**/node_modules/**" |
|
0 commit comments