Closed tedbyron closed 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)
Thanks for the hint. I'll try updating all modules and publish another version.
I published 3.0.0-beta.3 including this change (and run with just tsc)
build
script to output typescript declaration filefixes #64