From: Evan You Date: Sun, 8 Dec 2024 15:16:31 +0000 (+0800) Subject: chore: fix vapor playground tsconfig X-Git-Tag: v3.6.0-alpha.1~16^2~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac5f1cfe3f26e2a1e8ea96195c412e159fb8cfe8;p=thirdparty%2Fvuejs%2Fcore.git chore: fix vapor playground tsconfig --- diff --git a/playground/tsconfig.json b/playground/tsconfig.json index f09c7e5406..1b1d44c776 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 e34aaa58ab..7020787509 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