From 9ec159e20793a0f7346ad4ec9c0fe142320f0fa2 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 28 Mar 2025 19:06:02 +0100 Subject: [PATCH] chore(tsconfig): ignore `playground-vue` --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f537e877..6ede5b76 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { // https://nuxt.com/docs/guide/concepts/typescript "extends": "./.nuxt/tsconfig.json", - "exclude": ["cli", "docs", "dist", "playground", "node_modules"] + "exclude": ["cli", "docs", "dist", "playground", "playground-vue", "node_modules"] }