TypeScript
TypeScript allows you to catch bugs in your JavaScript code without having to run your Homey Apps. The Homey CLI makes it easy to get started developing Homey Apps with TypeScript.
TypeScript in the Homey CLI
How it works
Creating new drivers with TypeScript
Creating a new app using TypeScript
Converting an existing app to TypeScript
Create a .tsconfig.json
Install dependencies
Change your App entrypoint:
Add the build step
All set!
Last updated
Was this helpful?