mightyiam / tsconfigs

Reusable TypeScript configuration files to extend from.
27 stars 1 forks source link

Relative paths would be great #83

Open mightyiam opened 5 years ago

mightyiam commented 5 years ago

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

moltar commented 5 years ago

Would potentially make it opinionated then

mightyiam commented 5 years ago

@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.