lxsmnsyc / pridepack

CLI for building TypeScript packages

Home Page:https://github.com/LyonInc/pridepack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimize duplicate tsconfig contents for build and test

TheoryOfNekomata opened this issue · comments

Since both tsconfig.json files only differ in include and compilerOptions, would it be advisable for tsconfig.eslint.json to just extends from tsconfig.json? Any pitfalls as to why this was not considered?

You can opt-in to just tsconfig. The reason for separation was because of tsconfig.eslint.json targets the entire directory while tsconfig only targets the src directory.