@nrwl/angular:ng-packagr-lite
ng-packagr target options for Build Architect. Use to build library projects.
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
Options
buildableProjectDepsInPackageJsonType
peerDependencies
dependencies
, peerDependencies
When updateBuildableProjectDepsInPackageJson
is true
, this adds dependencies to either peerDependencies
or dependencies
.
project
The file path for the ng-packagr configuration file, relative to the workspace root.
tsConfig
The full path for the TypeScript configuration file, relative to the workspace root.
tailwindConfig
The full path for the Tailwind configuration file, relative to the workspace root. If not provided and a tailwind.config.js
file exists in the project or workspace root, it will be used. Otherwise, Tailwind will not be configured.
updateBuildableProjectDepsInPackageJson
true
Whether to update the buildable project dependencies in package.json.
watch
false
Whether to run a build when any file changes.