-
Notifications
You must be signed in to change notification settings - Fork 499
Closed
Description
Importing this package in a typescript project results in the error:
Could not find a declaration file for module 'web-vitals'. '/node_modules/web-vitals/dist/web-vitals.min.js' implicitly has an 'any' type.
Trynpm install @types/web-vitalsif it exists or add a new declaration (.d.ts) file containingdeclare module 'web-vitals';ts(7016)
I see the lib is written in typescript so I'm assuming this is a misconfiguration of the build, not that types are hosted in an types package
kmaraz and CharlBest
Metadata
Metadata
Assignees
Labels
No labels