We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbee8a commit fc50454Copy full SHA for fc50454
src/module.ts
@@ -101,7 +101,7 @@ export default defineNuxtModule<ModuleOptions>({
101
102
// Inject typings
103
nuxt.hook('prepare:types', (opts) => {
104
- opts.references.push({ path: resolveTokensDir('types.d') })
+ opts.references.push({ path: resolveTokensDir('types.d.ts') })
105
})
106
107
// Initial build
0 commit comments