Hi, awesome that this is including typescript definitions. However it appears the ts_defs directory is not being added to the npm distribution. Appears the fix is to add ``` "files": [ "lib", "ts-defs" ], ``` to package.json
Hi, awesome that this is including typescript definitions. However it appears the ts_defs directory is not being added to the npm distribution.
Appears the fix is to add
to package.json