]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: ignore playground folder
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 17 May 2023 07:46:35 +0000 (09:46 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 17 May 2023 08:26:48 +0000 (10:26 +0200)
packages/docs/typedoc.tsconfig.json

index a93dc1c77490781f2355abbb5a1e4a29c841f330..44c3646e1a3859a3d523811f709a1c80850697ae 100644 (file)
@@ -7,6 +7,7 @@
     "../*/__tests__/**/*.ts",
     "../*/src/*.spec.ts",
     "../nuxt/playground",
+    "../playground",
     "../nuxt/src/runtime",
     "**/*.spec.ts"
   ],