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
This is not correct. Compare to how filing-cabinet fixed the same issue: dependents/node-filing-cabinet#86 That code ends up using options for the processed compilerOptions, which is the result of merging in the options as configured via the file referred to with extends.
Found during debugging for this related issue: #322
The text was updated successfully, but these errors were encountered:
When passing a
tsconfig.json
to--ts-config
madge does not handle theextends
field correctly.It is calling all the “right” options to parse the file with TypeScript, but then ends up taking the
raw
field as the options:madge/bin/cli.js
Line 118 in 715f1a0
This is not correct. Compare to how
filing-cabinet
fixed the same issue: dependents/node-filing-cabinet#86 That code ends up usingoptions
for the processedcompilerOptions
, which is the result of merging in the options as configured via the file referred to withextends
.Found during debugging for this related issue: #322
The text was updated successfully, but these errors were encountered: