Ghost/ghost/mail-events
Daniel Lockyer e893c92074 Deduplicated tsconfig.json files
refs https://github.com/TryGhost/DevOps/issues/45

- this moves the bulk of the tsconfig file to the `ghost/` folder and
  simply extends this file in each of the TS lib packages we currently
  have
- this makes it a lot easier to make single changes to our TS config
2023-07-12 09:34:00 +02:00
..
src Add endpoint to record mail events (#16990) 2023-06-23 12:22:01 +01:00
test Add endpoint to record mail events (#16990) 2023-06-23 12:22:01 +01:00
.eslintrc.js Add endpoint to record mail events (#16990) 2023-06-23 12:22:01 +01:00
package.json Update Test & linting packages 2023-07-11 15:26:07 +02:00
README.md Add endpoint to record mail events (#16990) 2023-06-23 12:22:01 +01:00
tsconfig.json Deduplicated tsconfig.json files 2023-07-12 09:34:00 +02:00

Mail Events

Processes mail events

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies

Test

  • yarn lint run just eslint
  • yarn test run lint and tests