feat(types): remove default jsx global registration

BREAKING CHANGE: Vue no longer registers the global `JSX` namespace by
default.
This commit is contained in:
Evan You 2023-12-14 10:19:17 +08:00
parent 98793a05a6
commit 92b8d9cef6
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
// this is appended to the end of ../dist/vue.d.ts during build.
// imports the global JSX namespace registration for compat.
// TODO: remove in 3.4
import '../jsx'