OptionalexcludePackageDependencies?: booleanWhether to exclude schemas from package dependencies.
Defaults to false.
OptionalonSchemaError?: (error: ConfigSchemaError) => voidReceives ConfigSchemaError instances and allows TypeScript schema
loading to continue. Unresolved types are treated as unconstrained
values, while schemas that cannot be generated are omitted.
Without this callback, TypeScript configuration schema errors are thrown.
OptionalpackagePaths?: string[]OptionalnoUndeclaredProperties?: boolean
Loads config schema for a Backstage instance.