-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: improve index.d.ts generation #231
chore: improve index.d.ts generation #231
Conversation
@amk-dev is attempting to deploy a commit to the Antiwork Team on Vercel. A member of the Team first needs to authorize it. |
14fd7a7
to
b6dccf6
Compare
b6dccf6
to
077a925
Compare
chore: improve dts generation chore: remove api extractor config
26afc73
to
99e71e4
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting an autofix linting error.
type error resolved. is #238 taking precedence over this ? @m2rads this PR takes care of the global i did not update the |
Fixes #205, #191
Changes
index.d.ts
location fromindex.d.ts
todist/index.d.ts
index.d.ts
automaticallyindex.d.ts
tsup
as a dev dep,index.d.ts
esbuild
under the hood, and has support for@microsoft/api-extractor
which i wanted to use previously.api-extractor
features, but it can be used if the need arises.expect
included in the declaration filesanthropicKey
andmailosaur
fields & child fields optional inShortestConfig
, because they can come from env variablesNote: in some previous commits, i can see
tsup
was used initially for bundling and then removed. that's why i kept it only for generating types. any reason for this ?