Hello!
This package has double the file size that it needs to be because the npm-published package bundles the src folder. Since you're already building the d.ts files separately for Typescript, what do you think of updating package.json#files to exclude the src directory?
Hello!
This package has double the file size that it needs to be because the npm-published package bundles the
srcfolder. Since you're already building thed.tsfiles separately for Typescript, what do you think of updating package.json#files to exclude the src directory?