dillongrove
dillongrove
I noticed that this issue has been brought up before (see [here](https://github.com/rmm5t/jquery-timeago/issues/10)), but I don't think a good justification was ever given, so I'd like to chime in with my...
See: https://jestjs.io/docs/configuration This could also be done using a `jest` key in the `package.json`, but imo having a separate file is slightly cleaner. This isn't necessary if there isn't any...
See: https://github.com/tsconfig/bases/ The TS project template currently contains its own `tsconfig.json`. Depending on how opinionated we want to be with this, it might be better to just extend some popular...
See: https://www.typescriptlang.org/docs/handbook/project-references.html The first few paragraphs of the above explain pretty well why this might be a good idea. Depends a bit on how large we see these projects getting...