From db19f6b070a160d10f3ad4e86ea5760b7fb76636 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Thu, 4 Oct 2018 13:13:24 +0200 Subject: [PATCH] allow json modules --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e558e80..f257a1a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "resolveJsonModule": true, "lib": [ "es6", "es7"