mirror of
https://github.com/JohanLeroy/dialogue-lib.git
synced 2026-01-27 17:57:29 +00:00
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "dist",
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts"
|
|
},
|
|
"allowedNonPeerDependencies": [
|
|
"@angular/animations"
|
|
]
|
|
} |