diff --git a/tsconfig.json b/tsconfig.json index a746f2a7..55e466b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { // https://nuxt.com/docs/guide/concepts/typescript - "extends": "./.nuxt/tsconfig.json" + "extends": "./.nuxt/tsconfig.json", + "exclude": ["docs", "dist", "playground", "node_modules"] }