From 3f67b9209c307f76ed76cd091ac61d9145f7d7c7 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 9 Mar 2024 19:25:09 +0100 Subject: [PATCH] chore: check playground types separately (#1497) --- docs/.nuxtrc | 1 - playground/.nuxtrc | 1 - tsconfig.json | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 docs/.nuxtrc delete mode 100644 playground/.nuxtrc diff --git a/docs/.nuxtrc b/docs/.nuxtrc deleted file mode 100644 index 109361b8..00000000 --- a/docs/.nuxtrc +++ /dev/null @@ -1 +0,0 @@ -imports.autoImport=true diff --git a/playground/.nuxtrc b/playground/.nuxtrc deleted file mode 100644 index 109361b8..00000000 --- a/playground/.nuxtrc +++ /dev/null @@ -1 +0,0 @@ -imports.autoImport=true diff --git a/tsconfig.json b/tsconfig.json index 79d0416a..49dd48dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "extends": "./.nuxt/tsconfig.json", - "exclude": ["docs", "dist"], + "exclude": ["docs", "dist", "playground", "node_modules"], "compilerOptions": { "noImplicitAny": false, "strictNullChecks": false