fastboot.js icon indicating copy to clipboard operation
fastboot.js copied to clipboard

fixed types export

Open NeaGogu opened this issue 2 years ago • 0 comments

With the current release of the library on NPM, the type declaration files are not present and thus I get the following error when importing it in typescript projects. image

This PR modifies the tsconfig.json and package.json files to create and point to the .d.ts files.

NeaGogu avatar May 29 '23 11:05 NeaGogu