diff options
Diffstat (limited to 'typedoc-tsconfig.json')
-rw-r--r-- | typedoc-tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
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"], |