When I upgrade RC-10 to RC-11, There is error in main file at first line of "import { createApp } from 'vue'".
Version
3.0.0-rc.11
Reproduction link
https://jsfiddle.net/x31aq0bz/
Steps to reproduce
1.Upgrade RC-10 to RC-11 2.main.ts: import { createApp } from 'vue';
What is expected?
no Type Warning.
What is actually happening?
Type check error