nicojs / typed-inject

Type safe dependency injection for TypeScript
Apache License 2.0
448 stars 23 forks source link

fix(dist): distribute ts alongside dist js code #21

Closed nicojs closed 4 years ago

nicojs commented 4 years ago

Distribute the typescript source code alongside the js compiled code. This allows map files to discover the typescript source code which improves the debugging experience.

Fixes #16