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
Copy file name to clipboardExpand all lines: README.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -443,6 +443,19 @@ Put this in your madge config.
443
443
}
444
444
```
445
445
446
+
## Mixing TypesScript and Javascript imports?
447
+
448
+
Ensure you have this in your `.tsconfig` file.
449
+
450
+
```json
451
+
{
452
+
"compilerOptions": {
453
+
"module": "commonjs",
454
+
"allowJs": true
455
+
}
456
+
}
457
+
```
458
+
446
459
## What's the "Error: write EPIPE" when exporting graph to image?
447
460
448
461
Ensure you have [installed Graphviz](#graphviz-optional). If you're running Windows, note that Graphviz is not added to the `PATH` variable during install. You should add the folder of `gvpr.exe` (typically `%Graphviz_folder%/bin`) to the `PATH` variable manually.
@@ -485,22 +498,28 @@ This project exists thanks to all the people who contribute.
485
498
486
499
Thanks to the awesome people below for making donations! 🙏[[Donate](https://paypal.me/pahen)]
0 commit comments