react源码提示'import type' declarations can only be used in TypeScript files.

131 阅读1分钟

react源码提示'import type' declarations can only be used in TypeScript files.. 因为react源码是用flowjs编写的。

image.png

要安装flow language support插件, 插件要配置javascript.validate.enable为false

image.png

image.png

正常了 image.png