These are my TS in Monorepo experiments
- base tsconfig for the project
- separate tsconfig for app/lib and tests
- use of paths; paths are relative to
baseUrl - referencing other ts packages; use of composite option
- include / exclude glob not respecting
{test,sped}.{ts,tsx}pattern - include
ts, tsxfiles by default andjs, jsxifallowJs:true - aliasing / referencing internal package with and without build; aliasing and referencing built out has more TS benefits