Template repo for new TypeScript projects.
This repo assumes the following:
- Source code lives in the
srcdirectory. - The main export is located in
src/index.ts. - Tests live in the
testdirectory. - Each test file is named
<name>.test.ts. - The
npm_token,app_id, andapp_private_keysecrets are present in the repo. - The code will be a CommonJS module.