vercel / analytics

Privacy-friendly, real-time traffic insights
https://vercel.com/analytics
Mozilla Public License 2.0
429 stars 26 forks source link

Bug: Internal tsconfig.json shows an error in node_modules right after fresh package install #43

Closed nelopuchades closed 1 year ago

nelopuchades commented 1 year ago

Hi everyone! 👋

I'm in an Astro project, and after running npm install @vercel/analytics, the node_modules folder shows an error in the tsconfig.json file of this package.

The versions of a few packages that i'm using if it's helpful:

"astro": "^1.9.2",
"web-vitals": "^3.1.1",
"typescript": "^4.9.4",
"@vercel/analytics": "^0.1.8",

This is a bunch of screenshots of the error right after installing this package:

image

image

image

Feel free to ask if you have any other doubt about the error and and I'm sorry if the information is very scarce but it is one of my first opened issues! 🦄

nelopuchades commented 1 year ago

I'm gonna close this issue because after reloading the editor a few times, the error has disappeared 😳