Is your feature request related to a problem? Please describe.
Every now and then a change in scramjet breaks the typescript compatibility. How can we check if the ts.d files are ok?
Describe the solution you'd like
There should be a npm run test:typescript-definitions that should at least install scramjet as a dependency from a file:// location and try to tsc a sample ts file.
Is your feature request related to a problem? Please describe.
Every now and then a change in
scramjet
breaks the typescript compatibility. How can we check if thets.d
files are ok?Describe the solution you'd like
There should be a
npm run test:typescript-definitions
that should at least install scramjet as a dependency from afile://
location and try totsc
a samplets
file.Any ideas appreciated. PR's also.