UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
testing
/
ng-package.json
13 lines
(12 loc)
•
305 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"
$schema
"
:
"../../node_modules/ng-packagr/ng-package.schema.json"
,
"dest"
:
"../../dist/@ohayo/testing"
,
"deleteDestPath"
:
true
,
"lib"
: {
"flatModuleFile"
:
"testing"
,
"entryFile"
:
"public_api.ts"
,
"umdModuleIds"
: {
"ng-zorro-antd/dropdown"
:
"ng-zorro-antd/dropdown"
} } }