Interface: TomekitOptions

Defined in: vite.ts:19

Options for the tomekit Vite plugin.

Properties

config?

config?: "tomekit.config.ts" | (string & Record<never, never>);

Defined in: vite.ts:25

Path to the config file, relative to the Vite root.

Default: "tomekit.config.ts"


types?

types?: ".tomekit" | false | (string & Record<never, never>);

Defined in: vite.ts:33

The folder generated types are written to, relative to the Vite root, or false to skip them. Map tomekit/content* to <types>/content* in your tsconfig paths.

Default: ".tomekit"