Skip to content

Commit e4be868

Browse files
committed
Update README
1 parent 0eaccb7 commit e4be868

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,19 @@ Put this in your madge config.
443443
}
444444
```
445445

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+
446459
## What's the "Error: write EPIPE" when exporting graph to image?
447460

448461
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.
485498

486499
Thanks to the awesome people below for making donations! 🙏[[Donate](https://paypal.me/pahen)]
487500

488-
**Landon Alder**
501+
**Landon Alder** (Mar 19, 2019)
489502

490503
<a href="https://github.com/landonalder" target="_blank">
491504
<img src="https://github.com/landonalder.png" width="64"/>
492505
</a>
493506

494-
**Peter Verswyvelen**
507+
**Peter Verswyvelen** (Feb 24, 2020)
495508

496509
<a href="https://github.com/Ziriax" target="_blank">
497510
<img src="https://github.com/Ziriax.png" width="64"/>
498511
</a>
499512

500-
**RxDB**
513+
**RxDB** (Apr 1, 2020)
501514

502515
<a href="https://github.com/pubkey/rxdb">
503-
<img src="https://cdn.rawgit.com/pubkey/rxdb/ba7c9b80/docs/files/logo/logo_text.svg" width="128" style="margin-left: -10px"/>
516+
<img src="https://cdn.rawgit.com/pubkey/rxdb/ba7c9b80/docs/files/logo/logo_text.svg" width="128" style="margin: -10px"/>
517+
</a>
518+
519+
**Ole Jørgen Brønner** (Oct 8, 2020)
520+
521+
<a href="https://github.com/olejorgenb" target="_blank">
522+
<img src="https://github.com/olejorgenb.png" width="64"/>
504523
</a>
505524

506525
# License

0 commit comments

Comments
 (0)