ng-core/projects/id-generator/ng-package.json
2021-06-07 15:24:10 +03:00

11 lines
199 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "dist",
"allowedNonPeerDependencies": [
"short-uuid"
],
"lib": {
"entryFile": "src/public-api.ts"
}
}