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
* 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
No description provided.
The text was updated successfully, but these errors were encountered: