]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test(ts): add src folder
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 8 Jul 2022 15:23:20 +0000 (17:23 +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 56959efeb2bf7c87a58b61602024b529aefb0e66..2da22c6240d86b0e5de2b8466a7d6f00ddeb973f 100644 (file)
@@ -1,4 +1,8 @@
 {
   "extends": "./playground/.nuxt/tsconfig.json",
-  "include": ["./shims.d.ts", "./src"]
+  "include": [
+    "./shims.d.ts"
+    //
+    "./src"
+  ]
 }