Bug: MatchAll property does not exist on type Symbol, TypeScript es2020
Version
3.0.1
Reproduction link
https://github.com/dipsaus9/vue-3-ts-bug
Steps to reproduce
When injecting data from the inject method in Vue 3 the tsc build fails. When running Vue CLI everything works but after a tsc run the build fails, Property 'matchAll' does not exist on type 'SymbolConstructor'. The origin is from the reactive file in the vue setup. This loads a matchAll property that does not exist in TypeScript.
What is expected?
After a tsc build it should export a JS file
What is actually happening?
It returns a error: Property 'matchAll' does not exist on type 'SymbolConstructor'