Skip to content

Commit 3939bf9

Browse files
committed
types
1 parent cec663d commit 3939bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ declare module 'svelte/compiler' {
10901090
metadata: {
10911091
/** Whether the component was parsed with typescript */
10921092
ts: boolean;
1093-
}
1093+
};
10941094
}
10951095

10961096
interface SvelteOptions {

0 commit comments

Comments
 (0)