feat: move api to follow second entry point structure

This commit is contained in:
Mikolaj Serwicki
2022-09-21 22:55:32 +00:00
committed by Amedeo Lepore
parent 44bfef764c
commit 492f145665
21 changed files with 15 additions and 27 deletions

View File

@@ -1,6 +1,5 @@
{
"$schema": "../../../../../node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "public-api.ts"
"entryFile": "src/index.ts"
}
}