Announcing TypeScript support in Electron

The electron npm package now includes a TypeScript definition file that provides detailed annotations of the entire Electron API. These annotation can improve your Electron development experience even if you’re writing vanilla JavaScript. Just npm install… Read more

Similar

TypeScript 3.9 Beta

Today we’re announcing the availabilty of TypeScript 3.9 Beta! To get started using the beta, you can get it through NuGet, or use npm with the following command: npm install typescript@beta You can also get editor support by Downloading for Visual Stu... (more…)

Read more »