PackageJsonSettings
Resolved manifest discovery settings stored in CLISchema.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/cli/index.ts - Source link:
src/core/cli/index.ts:447
Deprecated: Renamed to ResolvedManifestSettings. The stored shape holds generic manifest discovery config (
package.json,deno.json,jsr.json), not justpackage.json; the misleading name is kept only for backward compatibility.
Signatures
ts
type PackageJsonSettings = ResolvedManifestSettings;