From 7b0d305ba71ec27939f11067e68749c377882017 Mon Sep 17 00:00:00 2001 From: Maciej Ziarkowski Date: Mon, 12 Aug 2019 10:24:38 +0100 Subject: [PATCH] Fix ES to TS module import errors --- app/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tsconfig.json b/app/tsconfig.json index 8166dfab..d3e060be 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -7,7 +7,7 @@ "lib": ["es6", "es2015", "es2017", "dom"], "moduleResolution": "node", "resolveJsonModule": true, - "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "noImplicitAny": false }, "include": [