You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Any plans to support glob patterns for input: dtsmake -s lib/**/*.js
Correct me if I'm wrong, but from what I'm understanding right now, you can pass multiple source files and generate a single .d.ts file by passing the --dist [value] option, e.g. dtsmake -s lib/index.js,lib/util.js,bin/cli-utils.js --dist index
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @ConquestArrow,
Any plans to support glob patterns for input:
dtsmake -s lib/**/*.js
Correct me if I'm wrong, but from what I'm understanding right now, you can pass multiple source files and generate a single
.d.ts
file by passing the--dist [value]
option, e.g.dtsmake -s lib/index.js,lib/util.js,bin/cli-utils.js --dist index
The text was updated successfully, but these errors were encountered: