Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Mar 7, 2024
1 parent 23ccb37 commit 2efbca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ declare module 'svelte/compiler' {
}

interface SvelteOptions {
// start/end info (needed for Prettier, when someone wants to keep the options where they are)
// start/end info (needed for warnings and for our Prettier plugin)
start: number;
end: number;
// options
Expand Down

0 comments on commit 2efbca4

Please sign in to comment.