Skip to content

Commit

Permalink
fix(types): export PluginOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Sep 4, 2024
1 parent f06beb3 commit a034990
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/plenty-weeks-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/vite-plugin-svelte': patch
---

export PluginOptions interface
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/src/public.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface PluginOptionsInline extends PluginOptions {
configFile?: string | false;
}

interface PluginOptions {
export interface PluginOptions {
/**
* A `picomatch` pattern, or array of patterns, which specifies the files the plugin should
* operate on. By default, all svelte files are included.
Expand Down

0 comments on commit a034990

Please sign in to comment.