You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing tsconfig.json, the options are overridden using a naive merge method before they are actually parsed. This leads to certain options (e.g. module) extended from a base tsconfig being ignored unexpectedly and unconditionally.
What happens and why it is wrong
When parsing tsconfig.json, the options are overridden using a naive merge method before they are actually parsed. This leads to certain options (e.g.
module
) extended from a base tsconfig being ignored unexpectedly and unconditionally.rollup-plugin-typescript2/src/parse-tsconfig.ts
Lines 45 to 50 in 6b0225a
Versions
All latest.
tsconfig.json
tsconfig.base.json
plugin output with verbosity 3
The text was updated successfully, but these errors were encountered: