Missing type declarations in dist folder
saramorillon opened this issue · 2 comments
saramorillon commented
Hello,
I can see that a fakerator.d.ts file exists at the root of the project, but it is not bundled in dist folder and not referenced in package.json.
As a result, it is not usable in a typescript project.
Could you add it please?
Thank you.
riderx commented
@saramorillon i did PR for that ! i tested it locally it works :)
#176
saramorillon commented
@icebob Hello! Thanks for the PR. I can see when I download the zip file that the fakerator.d.ts is present in the dist folder. However when I install it from NPM using yarn add fakerator
, the d.ts file is not present in the dist folder