Skip to main content

ResolvedPresetAssets

Presetter Types API v8.3.0


Presetter Types API / ResolvedPresetAssets

Interface: ResolvedPresetAssets

Defined in: asset.ts:42

defines the resolved structure for preset assets

Indexable

[list: `${string}ignore`]: string[] | null | undefined

defines ignored file patterns

[json: `${string}.json` | `${string}.yaml`]: JsonObject | null | undefined

defines JSON or YAML content

[esm: `${string}.js` | `${string}.cjs` | `${string}.mjs` | `${string}.jsx` | `${string}.ts` | `${string}.cts` | `${string}.mts` | `${string}.tsx`]: Record<string, any> | undefined

defines ES module content including JS, JSX, TS, and TSX formats

[file: string]: ResolvedPresetAsset

defines other file contents, including file content, arrays, JSON objects, or arbitrary records