Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(bundle): remove unneeded type declarations
remove type declarations from files that are a not a part of the output target's entrypoint. this is accomplished in `package.json` by updating the files included in the bundle. update the `tsconfig.json` to strip comments out, as that further reduces the size of the library. After: npm notice Tarball Contents npm notice 1.0kB LICENSE.md npm notice 4.9kB README.md npm notice 3.3kB dist/contributions/html-contributions.js npm notice 838B dist/contributions/js-contributions.js npm notice 1.4kB dist/generate-web-types.js npm notice 1.1kB dist/index.d.ts npm notice 2.3kB dist/index.js npm notice 1.2kB package.json npm notice Tarball Details npm notice package size: 5.8 kB npm notice unpacked size: 16.2 kB Before: npm notice Tarball Contents npm notice 1.0kB LICENSE.md npm notice 4.9kB README.md npm notice 1.8kB dist/contributions/html-contributions.d.ts npm notice 6.7kB dist/contributions/html-contributions.js npm notice 419B dist/contributions/js-contributions.d.ts npm notice 1.0kB dist/contributions/js-contributions.js npm notice 1.2kB dist/generate-web-types.d.ts npm notice 2.7kB dist/generate-web-types.js npm notice 3.2kB dist/index.d.ts npm notice 3.7kB dist/index.js npm notice 1.2kB package.json npm notice package size: 8.5 kB npm notice unpacked size: 27.9 kB
- Loading branch information