From: Tycho Date: Wed, 18 Jun 2025 02:17:49 +0000 (+0800) Subject: chore(local-playground): fix vapor tsconfig include path (#13490) X-Git-Tag: v3.6.0-alpha.1~16^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88ef97ffd30121da9099200fe9b69d053d1f125d;p=thirdparty%2Fvuejs%2Fcore.git chore(local-playground): fix vapor tsconfig include path (#13490) --- diff --git a/packages-private/local-playground/tsconfig.json b/packages-private/local-playground/tsconfig.json index 1b1d44c776..8ed9819208 100644 --- a/packages-private/local-playground/tsconfig.json +++ b/packages-private/local-playground/tsconfig.json @@ -4,5 +4,5 @@ "isolatedDeclarations": false, "allowJs": true }, - "include": ["./**/*", "../packages/*/src"] + "include": ["./**/*", "../../packages/*/src"] }