Skip to content

ManifestPresetSettings

Discovery settings for the .packageJson() / .denoJson() presets (no files).

Deprecated: Both presets are deprecated; use ManifestSettings with CLIBuilder.manifest.

Signatures

ts
type ManifestPresetSettings = Omit<ManifestSettings, "files">;

See Also

Released under the MIT License.