From d8252141fed81a57b434f988018b3adc1dc15c89 Mon Sep 17 00:00:00 2001 From: Dolan Date: Thu, 9 Aug 2018 11:54:05 +0100 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8e716e322f..4ef656d049 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,7 +25,7 @@ "**/_*" ], "typedocOptions": { - "mode": "modules", + "mode": "file", "out": "docs/api", "exclude": "test", "theme": "default",