Ghost/ghost/in-memory-repository
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 Added "getBySlug" method to Collections Service 2023-06-16 16:31:50 +07:00
test Added @tryghost/in-memory-repository (#16769) 2023-05-10 09:23:16 -04:00
.eslintrc.js Added @tryghost/in-memory-repository (#16769) 2023-05-10 09:23:16 -04:00
package.json Update Test & linting packages 2023-07-11 15:26:07 +02:00
README.md Added @tryghost/in-memory-repository (#16769) 2023-05-10 09:23:16 -04:00
tsconfig.json Deduplicated tsconfig.json files 2023-07-12 09:34:00 +02:00

In Memory Repository

Usage

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