]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix vapor playground tsconfig
authorEvan You <evan@vuejs.org>
Sun, 8 Dec 2024 15:16:31 +0000 (23:16 +0800)
committerEvan You <evan@vuejs.org>
Sun, 8 Dec 2024 15:16:31 +0000 (23:16 +0800)
playground/tsconfig.json
tsconfig.json

index f09c7e5406e4913e1429a94f05acd5389cb751b7..1b1d44c776df36c3c29c5eb6721af00bec8f5f64 100644 (file)
@@ -4,5 +4,5 @@
     "isolatedDeclarations": false,
     "allowJs": true
   },
-  "include": ["**/*"]
+  "include": ["./**/*", "../packages/*/src"]
 }
index e34aaa58ab1ad1bb8408f33512c873862f7e0fc4..7020787509f717d782262cded847efcb89fe95b4 100644 (file)
@@ -24,7 +24,7 @@
     "paths": {
       "@vue/compat": ["packages/vue-compat/src"],
       "@vue/*": ["packages/*/src"],
-      "vue": ["packages/vue/src"]
+      "vue": ["packages/vue/src/runtime-with-vapor.ts"]
     },
     "isolatedDeclarations": true,
     "composite": true