Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: remaining typeof
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 19, 2021
1 parent abb20a0 commit f38884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/config/schema/_adhoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
* Configure how Nuxt auto-imports composables into your application.
*
* @see [Nuxt 3 documentation](https://v3.nuxtjs.org/docs/directory-structure/composables)
* @type {import('../src/types/imports').AutoImportsOptions}
* @type {typeof import('../src/types/imports').AutoImportsOptions}
*/
autoImports: {
global: false,
Expand Down

0 comments on commit f38884d

Please sign in to comment.