700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > TS2550: Property ‘entries‘ does not exist on type ‘ObjectConstructor‘.

TS2550: Property ‘entries‘ does not exist on type ‘ObjectConstructor‘.

时间:2024-05-10 02:06:14

相关推荐

TS2550: Property ‘entries‘ does not exist on type ‘ObjectConstructor‘.

问题:TS2550: Property ‘entries’ does not exist on type ‘ObjectConstructor’. Do you need to change your target library? Try changing the ‘lib’ compiler option to ‘es’ or later.

JS库版本太低,需要添加更改版本库

问题解决:

在 tsconfig.app.json 中添加

{"compilerOptions": {..."lib": ["ES"]...}}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。