PostHog / posthog-node

Official PostHog Node library
MIT License
21 stars 19 forks source link

Cannot find type definition file for 'rusha' #84

Open bitofbreeze opened 1 year ago

bitofbreeze commented 1 year ago

On v3.1.1 I'm getting this error:

image

It is due to the project's tsconfig having 'rusha':

{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "types": ["node", "rusha"],
    "typeRoots": ["./node_modules/@types", "../node_modules/@types", "./src/types"]
  }
}