模块 ""path"" 只能在使用 "allowSyntheticDefaultImports" 标志时进行默认导入

tsconfig.node.json添加compilerOptions对象属性添加"allowSyntheticDefaultImports": true

{
  "compilerOptions": {
    "composite": true,
    "module": "esnext",
    "moduleResolution": "node",
    "allowSyntheticDefaultImports": true,
  },
  "include": ["vite.config.ts"]
}
posted @ 2022-08-08 15:32  卑面派对  阅读(608)  评论(0编辑  收藏  举报