From e4be868c6c057be3799d8b8fd0c9fa928bbc9b80 Mon Sep 17 00:00:00 2001 From: Patrik Henningsson Date: Mon, 2 Nov 2020 09:20:55 +0100 Subject: [PATCH] Update README --- README.md | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 462a6463..6bb2e611 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,19 @@ Put this in your madge config. } ``` +## Mixing TypesScript and Javascript imports? + +Ensure you have this in your `.tsconfig` file. + +```json +{ + "compilerOptions": { + "module": "commonjs", + "allowJs": true + } +} +``` + ## What's the "Error: write EPIPE" when exporting graph to image? 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. Thanks to the awesome people below for making donations! 🙏[[Donate](https://paypal.me/pahen)] -**Landon Alder** +**Landon Alder** (Mar 19, 2019) -**Peter Verswyvelen** +**Peter Verswyvelen** (Feb 24, 2020) -**RxDB** +**RxDB** (Apr 1, 2020) - + + + +**Ole Jørgen Brønner** (Oct 8, 2020) + + + # License