e893c92074
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 |
||
---|---|---|
.. | ||
src | ||
test | ||
.eslintrc.js | ||
package.json | ||
README.md | ||
tsconfig.json |
Post Revisions
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests