Skip to content
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

support dts.config.ts #128

Closed
aladdin-add opened this issue Jan 17, 2022 · 0 comments · Fixed by #132
Closed

support dts.config.ts #128

aladdin-add opened this issue Jan 17, 2022 · 0 comments · Fixed by #132

Comments

@aladdin-add
Copy link

No description provided.

aladdin-add pushed a commit that referenced this issue Feb 14, 2022
* feat: add support for dts.config.ts

attempts to load dts.config.ts if it is available,
throws an error if unable to load it. if dts.config.ts
isn't available, moves on to check for dts.config.js.

enables type declarations in tsconfig.json so that
people can import types correctly.

this commit does not include documentation about how
to use dts.config.ts as type exports should probably
be revisited.

closes #128

* test: use native typescript syntax for dts.config.ts

* docs: add docs on dts.config.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant