Skip to content

Commit cc04fd2

Browse files
committed
chore: exclude sfc local proxy files from tsconfig
1 parent 1e42f24 commit cc04fd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
"packages/vue/jsx-runtime",
3737
"scripts/*",
3838
"rollup.*.js"
39-
]
39+
],
40+
"exclude": ["packages/sfc-playground/src/vue-dev-proxy*"]
4041
}

0 commit comments

Comments
 (0)