besogo icon indicating copy to clipboard operation
besogo copied to clipboard

TypeScript support

Open yjlin0224 opened this issue 4 years ago • 2 comments

Is there any plan about TypeScript support?

yjlin0224 avatar May 21 '20 15:05 yjlin0224

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.

yewang avatar May 21 '20 16:05 yewang

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.

yjlin0224 avatar May 21 '20 17:05 yjlin0224