From 926d66726798d877aa426ac592423652d8f827f6 Mon Sep 17 00:00:00 2001 From: Christian Gil Date: Mon, 2 Oct 2023 17:26:16 -0600 Subject: [PATCH] chore: Move typescript strict to nuxtrc --- .nuxtrc | 3 ++- docs/nuxt.config.ts | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.nuxtrc b/.nuxtrc index a3ed6ef..8675757 100644 --- a/.nuxtrc +++ b/.nuxtrc @@ -1,2 +1,3 @@ imports.autoImport=false -typescript.includeWorkspace=true \ No newline at end of file +typescript.includeWorkspace=true +typescript.strict=false \ No newline at end of file diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index c51e1a3..cf24d61 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -31,6 +31,4 @@ export default defineNuxtConfig({ global: true, icons: ["heroicons"], }, - - typescript: { strict: true }, });