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

Make the types module so users can install @types/tedious-connection-pool2 #4

Open
700software opened this issue Feb 15, 2021 · 1 comment

Comments

@700software
Copy link
Owner

700software commented Feb 15, 2021

We can probably just copy this straight from @types/tedious-connection-pool original

But I'd like types to be part of our own repo, so changes can be maintained and part of our same versioning. We can put them in a types directory I suppose. Alternatively files can be ported from .js to .ts but that might be more work.

@Nedlinin
Copy link

Another option would be to just generate own using the TS compiler.

https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html

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

No branches or pull requests

2 participants