22 lines
397 B
JSON
22 lines
397 B
JSON
{
|
|
"$schema": "node_modules/ng-packagr/ng-package.schema.json",
|
|
"lib": {
|
|
"entryFile": "src/index.ts"
|
|
},
|
|
"dest": "dist",
|
|
"deleteDestPath": true,
|
|
"allowedNonPeerDependencies": [
|
|
"d3-array",
|
|
"d3-axis",
|
|
"d3-color",
|
|
"d3-format",
|
|
"d3-hierarchy",
|
|
"d3-interpolate",
|
|
"d3-scale",
|
|
"d3-selection",
|
|
"d3-shape",
|
|
"d3-time-format",
|
|
"d3-transition"
|
|
]
|
|
}
|