Expose shared library as subdirectory (#7114)

* Expose shared library as subdirectory

* [ci:force]
This commit is contained in:
Popovics András
2021-06-20 12:29:31 +02:00
committed by GitHub
parent 1ecc14f184
commit b5e4316c08

View File

@@ -0,0 +1,8 @@
{
"ngPackage": {
"lib": {
"entryFile": "../src/lib/shared/index.ts",
"flatModuleFile": "adf-testing-shared"
}
}
}