]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: fix tsconfig
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 8 Jul 2022 15:25:53 +0000 (17:25 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 13 Jul 2022 10:32:58 +0000 (12:32 +0200)
packages/nuxt/tsconfig.json

index 2da22c6240d86b0e5de2b8466a7d6f00ddeb973f..3666c452fc219a9668b798d77b5eefa249e3df8e 100644 (file)
@@ -1,8 +1,8 @@
 {
   "extends": "./playground/.nuxt/tsconfig.json",
   "include": [
-    "./shims.d.ts"
-    //
+    "./shims.d.ts",
+    // missing in the playground
     "./src"
   ]
 }