mirror of
https://github.com/valitydev/ng-core.git
synced 2024-11-06 08:15:20 +00:00
11 lines
199 B
JSON
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"
|
|
}
|
|
}
|