Skip to content

Commit

Permalink
fix(nuxt): disable typescript typeCheck (fix #632) (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
medfreeman authored Nov 13, 2023
1 parent 15ef3ea commit 6ef5c5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/histoire-plugin-nuxt/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ async function useNuxtViteConfig () {
rootId: 'nuxt-test',
},
pages: false,
typescript: {
typeCheck: false,
},
},
})
if (nuxt.options.builder as string !== '@nuxt/vite-builder') {
Expand Down

0 comments on commit 6ef5c5f

Please sign in to comment.