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