Provide/Inject properties cannot be found when typescript is used
Version
3.2.26
Reproduction link
Steps to reproduce
1.build 2.compile
What is expected?
compile success
What is actually happening?
compile error
A child component use a property provided by the parent component will fail compilation with 'this', However 'inject' API not
Duplicate of https://github.com/vuejs/vue-next/issues/3031