tsconfigs
tsconfigs copied to clipboard
Relative paths would be great
include and outDir at least, seem useful. Why not include them? Because TypeScript resolves them relative to the configuration file that they are in, and not relative to the project/end-configuration file that extends from them.
https://github.com/microsoft/TypeScript/issues/29172
Would potentially make it opinionated then
@moltar it's easy to override anything set by this project, so it being opinionated isn't much of a downside, right?
By the way, a complete rewrite is coming.