From: Eduardo San Martin Morote Date: Wed, 17 May 2023 07:46:35 +0000 (+0200) Subject: docs: ignore playground folder X-Git-Tag: @pinia/nuxt@0.4.11~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d408ff789201c68b7ebdde24cd07d6330aa75d;p=thirdparty%2Fvuejs%2Fpinia.git docs: ignore playground folder --- diff --git a/packages/docs/typedoc.tsconfig.json b/packages/docs/typedoc.tsconfig.json index a93dc1c7..44c3646e 100644 --- a/packages/docs/typedoc.tsconfig.json +++ b/packages/docs/typedoc.tsconfig.json @@ -7,6 +7,7 @@ "../*/__tests__/**/*.ts", "../*/src/*.spec.ts", "../nuxt/playground", + "../playground", "../nuxt/src/runtime", "**/*.spec.ts" ],