12 lines
252 B
JSON
12 lines
252 B
JSON
|
{
|
||
|
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
|
||
|
"name": "interactive-mining",
|
||
|
"ngPackage": {
|
||
|
"lib": {
|
||
|
"entryFile": "public_api.ts",
|
||
|
"comments" : "none"
|
||
|
},
|
||
|
"dest": "../../dist/interactive-mining-lib"
|
||
|
}
|
||
|
}
|