chore: exclude sfc local proxy files from tsconfig

This commit is contained in:
Evan You 2024-06-14 17:59:30 +02:00
parent 1e42f24d8f
commit cc04fd2b4f
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 2 additions and 1 deletions

View File

@ -36,5 +36,6 @@
"packages/vue/jsx-runtime",
"scripts/*",
"rollup.*.js"
]
],
"exclude": ["packages/sfc-playground/src/vue-dev-proxy*"]
}