From c0f6a88c4124281e6c5951c979bccb11e40b707d Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Tue, 18 May 2021 00:16:21 +0200 Subject: [PATCH] fix(config): resolve json module --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 9a2251a2..23b5fd0b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ ], "esModuleInterop": true, "allowJs": true, + "resolveJsonModule": true, "sourceMap": true, "strict": true, "noEmit": true,