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"] }