This is a TypeScript Template to get started creating a Zapier integration.
Clone this repository.
$ git clone https://github.com/ikbelkirasan/zapier-app-typescript-template <app-name>
This template uses Jest as a test runner and it's pre-configured to run tests in background in VSCode.
You need to compile TypeScript files into JavaScript before pushing the app to Zapier using the following:
$ yarn build