首页 前端知识 This module is declared with ‘export =‘, and can only be used with a default import when using the ‘

This module is declared with ‘export =‘, and can only be used with a default import when using the ‘

2024-08-16 22:08:39 前端知识 前端哥 94 872 我要收藏

This module is declared with ‘export =’, and can only be used with a default import when using the ‘esModuleInterop’ flag.

在tsconfig.json中加入如下内容

{
  "compilerOptions": {
    "esModuleInterop": true
  }
}

在这里插入图片描述

转载请注明出处或者链接地址:https://www.qianduange.cn//article/15802.html
标签
评论
发布的文章

HTML5学习记录

2024-04-29 12:04:01

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!