diff --git a/ng-package.json b/ng-package.json new file mode 100644 index 0000000..827d8be --- /dev/null +++ b/ng-package.json @@ -0,0 +1,6 @@ +{ + "$schema": "./node_modules/ng-packagr/ng-package.schema.json", + "lib": { + "entryFile": "src/index.ts" + } +}