/** * Options for the Vite plugin exported from `@fastify/vue/plugin`. */ export interface ViteFastifyVueOptions { /** * When true, load virtual modules from `virtual-ts/` (`.ts` sources) * instead of `virtual/` (`.js` sources). */ ts?: boolean; } //# sourceMappingURL=options.d.ts.map