Henrik-3 / unofficial-valorant-api

Unofficial VALORANT API using the VALORANT Ingame API
442 stars 19 forks source link

Cannot find name 'int' #53

Closed Azshurith closed 2 years ago

Azshurith commented 2 years ago

Is there anything I could do to make my application recognize int? I am currently getting:

node_modules/unofficial-valorant-api/src/index.d.ts(109,12): error TS2304: Cannot find name 'int'.
node_modules/unofficial-valorant-api/src/index.d.ts(131,12): error TS2304: Cannot find name 'int'.
Henrik-3 commented 2 years ago

Upgrade to v2.2.1-stable.3

Azshurith commented 2 years ago

Works Great! Thanks!