Github上下载的代码,导入后出现以下报错。
错误代码
Could not find a declaration file for module 'element-plus/dist/locale/zh-cn.mjs'. 'c:/Users/Lenovo/typescript/hotel/hotel-system-web-main/node_modules/element-plus/dist/locale/zh-cn.mjs' implicitly has an 'any' type.
If the 'element-plus' package actually exposes this module, try adding a new declaration (.d.ts) file containing `declare module 'element-plus/dist/locale/zh-cn.mjs';`ts(7016)
解决办法:
修改tsconfig.json文件,
追加一下内容
"noImplicitAny": false,
"allowJs": true,
小白一个,原理不懂,但该报红已解决。
本文发布于:2024-02-04 22:04:18,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170717435760011.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |