Skip to content

Commit fc50454

Browse files
committed
fix(types): fix type reference
1 parent 7fbee8a commit fc50454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default defineNuxtModule<ModuleOptions>({
101101

102102
// Inject typings
103103
nuxt.hook('prepare:types', (opts) => {
104-
opts.references.push({ path: resolveTokensDir('types.d') })
104+
opts.references.push({ path: resolveTokensDir('types.d.ts') })
105105
})
106106

107107
// Initial build

0 commit comments

Comments
 (0)