matomo-org / matomo-nodejs-tracker

A Node.js wrapper for the Matomo (Piwik) tracking HTTP API
MIT License
117 stars 41 forks source link

Fix typescript build script; merge master; update deps #71

Closed tedbyron closed 2 years ago

tedbyron commented 2 years ago

fixes #64

tedbyron commented 2 years ago

@Findus23 you just needed to remove the filename from tsc command, tsc will only generate declarations when compiling the entire lib (even though that's the only ts file)

Findus23 commented 2 years ago

Thanks for the hint. I'll try updating all modules and publish another version.

Findus23 commented 2 years ago

I published 3.0.0-beta.3 including this change (and run with just tsc)