From: Eduardo San Martin Morote Date: Wed, 11 Oct 2023 13:55:01 +0000 (+0200) Subject: ci: ignore playground X-Git-Tag: @pinia/nuxt@0.5.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9696c679aecb123b86635aeba79ed2939a65fc1;p=thirdparty%2Fvuejs%2Fpinia.git ci: ignore playground --- diff --git a/packages/docs/typedoc.tsconfig.json b/packages/docs/typedoc.tsconfig.json index 44c3646e..fb3d83a7 100644 --- a/packages/docs/typedoc.tsconfig.json +++ b/packages/docs/typedoc.tsconfig.json @@ -8,6 +8,7 @@ "../*/src/*.spec.ts", "../nuxt/playground", "../playground", + "../online-playground", "../nuxt/src/runtime", "**/*.spec.ts" ],