tsconfigOverride
options do not override default config options -- missing compilerOptions
#159
Labels
kind: support
Asking for support with something or a specific use case
solution: invalid
This doesn't seem right
Hi. Thank you for a great rollup plugin!
What happens and why it is wrong
I need to specify
declaration: false
flag for the entire rollup processing pipeline. This should prevent type declarations from being generated (expected behavior). My tsconfig (see attached below) hasdeclarations: true
on purpose, since I use it withttsc
command to generate type definitions as a separate step.Since this plugin uses the
tsconfig.json
I wanted to override the default config's options (see rollup setup below) using thetsconfigOverride
option. However, it doesn't seem to override the default option value, and type definitions are still emitted.Versions
3.2.2
1.10.1
0.21.0
rollup.config.js
tsconfig.json
I would be thankful for any feedback on this issue.
The text was updated successfully, but these errors were encountered: