OptionalentrypointsOptionalentrypointsWhether to automatically consider all published files as entrypoints in the absence of any other detected or configured entrypoints.
OptionalexcludeEntrypoints to exclude from checking.
OptionalignoreList of problem types to ignore by rule name.
The available values are:
no-resolutionuntyped-resolutionfalse-cjsfalse-esmcjs-resolves-to-esmfallback-conditioncjs-only-exports-defaultnamed-exportsfalse-export-defaultmissing-export-equalsunexpected-module-syntaxinternal-resolution-errorOptionalincludeEntrypoints to check in addition to automatically discovered ones.
OptionallevelThe level of the check.
The available levels are:
error: fails the buildwarn: warns the buildOptionalprofileProfiles select a set of resolution modes to require/ignore. All are evaluated but failures outside of those required are ignored.
The available profiles are:
strict: requires all resolutionsnode16: ignores node10 resolution failuresesm-only: ignores CJS resolution failures
Exhaustive list of entrypoints to check. The package root is
".". Specifying this option disables automatic entrypoint discovery, and overrides theincludeEntrypointsandexcludeEntrypointsoptions.