mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
21 lines
436 B
JSON
21 lines
436 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "../../dist/libs/insights/",
|
|
"assets": [
|
|
{
|
|
"glob": "assets/**/*",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/"
|
|
},
|
|
{
|
|
"glob": "i18n/*.json",
|
|
"input": "./src/lib",
|
|
"output": "/bundles/assets/adf-insights/"
|
|
}
|
|
],
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts",
|
|
"flatModuleFile": "adf-insights"
|
|
}
|
|
}
|