gpt4 book ai didi

angular - 错误 TS2583 : Cannot find name 'Map' . 是否需要更改目标库?尝试将 `lib` 编译器选项更改为 es2015 或更高版本

转载 作者:行者123 更新时间:2023-12-05 04:01:45 29 4
gpt4 key购买 nike

快速回答将不胜感激。这是我的 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"
]
}
}

最佳答案

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

关于angular - 错误 TS2583 : Cannot find name 'Map' . 是否需要更改目标库?尝试将 `lib` 编译器选项更改为 es2015 或更高版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55043653/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com