fastboot.js
fastboot.js copied to clipboard
fixed types export
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.
This PR modifies the tsconfig.json and package.json files to create and point to the .d.ts files.