From 855cb1a43a8baef1f54c02c0b4130f98346836c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yae=CC=88l=20GUILLOUX?= Date: Wed, 12 May 2021 18:00:44 +0200 Subject: [PATCH] :wrench: (nuxt) disable typecheck --- src/app/nuxt.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/nuxt.config.ts b/src/app/nuxt.config.ts index 38081188c..da824a73a 100644 --- a/src/app/nuxt.config.ts +++ b/src/app/nuxt.config.ts @@ -91,10 +91,10 @@ export default nuxtConfig({ build: { transpile: ['docus'] }, - typeCheck: { - eslint: { - files: './**/*.{ts,js,vue}' - } + typescript: { + // TODO: Re-enable typeCheck + // Waiting for better support from nuxt-vite / nuxt 3 + typeCheck: false }, generate: { fallback: '404.html',