diff --git a/playground/tsconfig.json b/playground/tsconfig.json index f09c7e540..1b1d44c77 100644 --- a/playground/tsconfig.json +++ b/playground/tsconfig.json @@ -4,5 +4,5 @@ "isolatedDeclarations": false, "allowJs": true }, - "include": ["**/*"] + "include": ["./**/*", "../packages/*/src"] } diff --git a/tsconfig.json b/tsconfig.json index e34aaa58a..702078750 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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