besogo
besogo copied to clipboard
TypeScript support
Is there any plan about TypeScript support?
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.
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
.