This commit is contained in:
26
angular.json
26
angular.json
@@ -91,6 +91,32 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dockview-angular": {
|
||||
"projectType": "library",
|
||||
"root": "projects/dockview-angular",
|
||||
"sourceRoot": "projects/dockview-angular/src",
|
||||
"prefix": "lib",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular/build:ng-packagr",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"tsConfig": "projects/dockview-angular/tsconfig.lib.prod.json"
|
||||
},
|
||||
"development": {
|
||||
"tsConfig": "projects/dockview-angular/tsconfig.lib.json"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"test": {
|
||||
"builder": "@angular/build:karma",
|
||||
"options": {
|
||||
"tsConfig": "projects/dockview-angular/tsconfig.spec.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"schematics": {
|
||||
|
||||
Reference in New Issue
Block a user