tildeio / libkit

17 stars 4 forks source link

*.d.ts in src/ are not copied to dist/? #12

Open zackthehuman opened 6 years ago

zackthehuman commented 6 years ago

Hi. I have several interface/definition-only files in my src/ directory. They use the .d.ts extension so that they don't produce modules. When I build, however, they are not copied to the dist/types/ directory and so consumers break because type information is missing.

Is it intended that *.d.ts files from the src/ directory are not copied along into dist?