From 6ef5c5f4264c57f0e45c8552fe3167f26e3c2405 Mon Sep 17 00:00:00 2001 From: Mehdi Lahlou Date: Mon, 13 Nov 2023 09:28:30 +0100 Subject: [PATCH] fix(nuxt): disable typescript `typeCheck` (fix #632) (#633) --- packages/histoire-plugin-nuxt/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/histoire-plugin-nuxt/src/index.ts b/packages/histoire-plugin-nuxt/src/index.ts index c8900ef0..63c7cd74 100644 --- a/packages/histoire-plugin-nuxt/src/index.ts +++ b/packages/histoire-plugin-nuxt/src/index.ts @@ -132,6 +132,9 @@ async function useNuxtViteConfig () { rootId: 'nuxt-test', }, pages: false, + typescript: { + typeCheck: false, + }, }, }) if (nuxt.options.builder as string !== '@nuxt/vite-builder') {