11 lines
203 B
JSON
Raw Normal View History

2024-09-05 08:50:27 +02:00
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
2024-09-05 11:02:15 +02:00
"dest": "../../dist/ng-openlayers",
2024-09-05 08:50:27 +02:00
"assets": [
"ngcc.config.js"
],
"lib": {
"entryFile": "src/public-api.ts"
}
}