From b868591ad28b793343d5fb0e85e5e7b777e9bca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 20 Sep 2021 09:32:39 +0200 Subject: [PATCH] enable resolveJsonModule --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index eee478a9..a87ea4b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "jsx": "react", "importHelpers": true, "moduleResolution": "node", + "resolveJsonModule": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true,