Open
Description
What happens and why it is wrong
tsconfig.compilerOptions.skipLibCheck
is by default false
, but will always be forced to true
when using rpts2.
This isn't documented in the README "Some compiler options are forced" so I'm not sure why this is the case or if this is intentional. I couldn't find any code references or issues about this.
Related to jaredpalmer/tsdx#529 (comment)
Environment
Versions
- typescript: 3.7.3
- rollup: 1.27.8
- rollup-plugin-typescript2: 0.25.3