goldvideo / demuxer

A tool for demux ts/mp4/flv by typescript. Support HEVC/AVC/AAC codec
MIT License
155 stars 33 forks source link

Include d.ts files in package. #11

Open reedHam opened 1 year ago

reedHam commented 1 year ago

Currently it seems that the package on npm does not include types. Can we please include the d.ts files in the package to support type checking.

This can be accomplished by setting the declaration: true flag in tsconfig.