问题描述
我正在使用nx,而IntelliJ确实想像这样导入Firestore
:
import Firestore = firebase.firestore.Firestore;
尽管编译时我仍然遇到以下错误:
import = @ babel / plugin-transform-typescript不支持 请考虑在Typescript的--allowSyntheticDefaultImports选项旁边使用
import <moduleName> from '<moduleName>';
。
我对js生态系统还很陌生,所以我并不完全确定最好的方法。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)