How to override tsconfig include
field?
#196
Labels
kind: bug
Something isn't working properly
solution: duplicate
This issue or pull request already exists
solution: workaround available
There is a workaround available for this issue
What happens and why it is wrong
Hey there, I want to replace
include
array intsconfig.json
, for example, I want to replace"include": ["a", "b"]
withinclude: ["a"]
,but it doesn't work.Looks like using
_.merge
is the reason. https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/src/parse-tsconfig.ts#L44Environment
Versions
rollup.config.js
tsconfig.json
package.json
plugin output with verbosity 3
_.merge output
The text was updated successfully, but these errors were encountered: