You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please update to v0.35.0 or higher for TypeScript version: 4.9.5
src/main.ts:5:25 - error TS7016: Could not find a declaration file for module 'viplayer'. 'E:/Work_Web/bjllx.qiansheng.tech/node_modules/viplayer/dist/index.umd.min.js' implicitly has an 'any' type.
Try npm i --save-dev @types/viplayer if it exists or add a new declaration (.d.ts) file containing declare module 'viplayer';
5 import videoPlayer from "viplayer"; // 引入组件
The text was updated successfully, but these errors were encountered:
Please update to v0.35.0 or higher for TypeScript version: 4.9.5
src/main.ts:5:25 - error TS7016: Could not find a declaration file for module 'viplayer'. 'E:/Work_Web/bjllx.qiansheng.tech/node_modules/viplayer/dist/index.umd.min.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/viplayer
if it exists or add a new declaration (.d.ts) file containingdeclare module 'viplayer';
5 import videoPlayer from "viplayer"; // 引入组件
The text was updated successfully, but these errors were encountered: