错误TS2583:找不到名称“地图”。您是否需要更改目标库?尝试将`lib`编译器选项更改为es2015或更高版本

时间:2019-03-07 12:20:02

标签: angular

快速回答将不胜感激。 这是我的tsconfig.json文件

{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
    "outDir": "./dist/out-tsc",
    "sourceMap": true,
    "declaration": false,
    "module": "es2015",
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "importHelpers": true,
    "target": "es5",
    "typeRoots": [
      "node_modules/@types"
    ],
    "lib": [
      "es2018",
      "dom"
    ]
  }
}

1 个答案:

答案 0 :(得分:0)

回答这个问题为时已晚。但是即使我遇到了这个问题,也可以通过在编译TS文件时直接将lib文件作为参数来解决。 tsc --lib