From: Evan You Date: Fri, 14 Jun 2024 15:59:30 +0000 (+0200) Subject: chore: exclude sfc local proxy files from tsconfig X-Git-Tag: v3.4.29~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc04fd2b4f920f59fb1faad213887be7c035c779;p=thirdparty%2Fvuejs%2Fcore.git chore: exclude sfc local proxy files from tsconfig --- diff --git a/tsconfig.json b/tsconfig.json index 6ba420775f..5c0dac9906 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -36,5 +36,6 @@ "packages/vue/jsx-runtime", "scripts/*", "rollup.*.js" - ] + ], + "exclude": ["packages/sfc-playground/src/vue-dev-proxy*"] }