UNPKG

237 BJSONView Raw
1{
2 "$schema": "../architect/src/builders-schema.json",
3 "builders": {
4 "build": {
5 "implementation": "./src/build",
6 "schema": "./src/build/schema.json",
7 "description": "Build a library with ng-packagr."
8 }
9 }
10}