Skip to content

Commit

Permalink
chore: exclude sfc local proxy files from tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 14, 2024
1 parent 1e42f24 commit cc04fd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"packages/vue/jsx-runtime",
"scripts/*",
"rollup.*.js"
]
],
"exclude": ["packages/sfc-playground/src/vue-dev-proxy*"]
}

0 comments on commit cc04fd2

Please sign in to comment.