]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(local-playground): fix vapor tsconfig include path (#13490)
authorTycho <jh.leong@outlook.com>
Wed, 18 Jun 2025 02:17:49 +0000 (10:17 +0800)
committerGitHub <noreply@github.com>
Wed, 18 Jun 2025 02:17:49 +0000 (10:17 +0800)
packages-private/local-playground/tsconfig.json

index 1b1d44c776df36c3c29c5eb6721af00bec8f5f64..8ed981920841548b014ca50c2a99424215a4cf4e 100644 (file)
@@ -4,5 +4,5 @@
     "isolatedDeclarations": false,
     "allowJs": true
   },
-  "include": ["./**/*", "../packages/*/src"]
+  "include": ["./**/*", "../../packages/*/src"]
 }