Add a Rake task that calls `Dry::Typescript.export(filename: ENV.fetch('FILENAME'))` Usage: ```bash FILENAME=path/to/dry-types.d.ts bundle exec rake dry-typescript:compile ```
Add a Rake task that calls
Dry::Typescript.export(filename: ENV.fetch('FILENAME'))Usage:
FILENAME=path/to/dry-types.d.ts bundle exec rake dry-typescript:compile