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

TypeScript support #17

Open
yujinlin0224 opened this issue May 21, 2020 · 2 comments
Open

TypeScript support #17

yujinlin0224 opened this issue May 21, 2020 · 2 comments
Labels

Comments

@yujinlin0224
Copy link

Is there any plan about TypeScript support?

@yewang
Copy link
Owner

yewang commented May 21, 2020

Could you elaborate on what you specifically mean by TypeScript support?

I'm not familiar with the specifics of TypeScript, so I don't currently have any plan to do something involving TypeScript.

@yujinlin0224
Copy link
Author

yujinlin0224 commented May 21, 2020

I mean that add typescript declaration file (.d.ts) that typescript can realize the type of members, type of parameters and return value of every functions in every classes, etc.
If we import a js package into a typescript project that without typescript declaration file, it will occurred TS7016 error Could not find a declaration file for module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants