monorepo: upgrade to TS 5.5, consider using ${configDir}
to DRY up tsconfig.json
#1941
Labels
area:typescript
issues that specifically impact using the package from typescript projects
auto-triage-skip
enhancement
M-T: A feature request for new functionality
good first issue
semver:patch
See https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#the-${configdir}-template-variable-for-configuration-files13
This would allow us to factor out all the duplicated entries in the various sub-packages
tsconfig.json
into a e.g.tsconfig.base.json
that exists in the root of the repo, and have sub-packagesextend
from thebase
file.The text was updated successfully, but these errors were encountered: