Closed ShawnTalbert closed 9 years ago
have a look here
had to do some manual edits to the .d.ts files
they are now automatically generated, but prior to the 25 PRs i did last week, when aurelia releases the repos, no typescript compilation was done, so errors were slipping through.
that should be fixed in the next couple of days and then i'll update the repo :+1:
Many thanks! relieved to know this wasn't an abandoned effort. Might I ask how these are autogenerated?
@ironside - sure - the types are added to the .js
files in each aurelia repo. then babel-dts-generator is used (during gulp build
for the repo) to create the .d.ts
files
Thanks. Keep up the good types!
Is there somewhere that has typescript definitions of aurelia kept up to date?