Skip to content

Commit ab449e5

Browse files
authored
fix: write components.d.ts to correct path (#758)
1 parent fc06466 commit ab449e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bridge/src/type-templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type ComponentsTemplateOptions = {
1111
}
1212

1313
export const componentsTypeTemplate = {
14-
filename: 'components.d.ts',
14+
filename: 'types/components.d.ts',
1515
getContents: ({ options }: { options: ComponentsTemplateOptions }) => `// Generated by components discovery
1616
declare module 'vue' {
1717
export interface GlobalComponents {

0 commit comments

Comments
 (0)