From f3f97896ed647c457d4ab5f5f5e732cebe629c3a Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 17 Oct 2018 16:18:51 +0100 Subject: chore: add `resolveJsonModule` to TypeDoc tsconfig.json --- typedoc-tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'typedoc-tsconfig.json') diff --git a/typedoc-tsconfig.json b/typedoc-tsconfig.json index 588285140..32efdb4cf 100644 --- a/typedoc-tsconfig.json +++ b/typedoc-tsconfig.json @@ -8,6 +8,7 @@ "experimentalDecorators": true, "downlevelIteration": true, "noImplicitReturns": true, + "resolveJsonModule": true, "pretty": true, "skipLibCheck": true, "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"], -- cgit v1.2.3