jfortunato / esbuild-plugin-manifest

Esbuild plugin for building an asset manifest file.
MIT License
31 stars 5 forks source link

TypeScript types missing #6

Closed sheepsteak closed 3 years ago

sheepsteak commented 3 years ago

Just thought I'd let you know that the lib/index.d.ts doesn't seem to get published with the code.

It looks like because lib is in the .gitignore, Yarn doesn't include it but it does include the lib/index.js.

I tried putting files: ["lib"] in the package.json to force it and got this result:

image
jfortunato commented 3 years ago

@sheepsteak Good catch. This is fixed in v0.4.4