From 9551b50351776a2f98fc310f0fdd139ac8041b27 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Fri, 9 Aug 2019 12:26:27 +0200 Subject: [PATCH] Update configs --- tsconfig.json | 1 + tslint.json | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 851eb5552..b6fe58c9d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "baseUrl": ".", + "esModuleInterop": true, "jsx": "react", "lib": ["es2017", "dom", "esnext"], "sourceMap": true, diff --git a/tslint.json b/tslint.json index f96db258e..4b2ac2eb4 100644 --- a/tslint.json +++ b/tslint.json @@ -7,6 +7,12 @@ "no-console": [true, "log"], "no-implicit-dependencies": false, "no-shadowed-variable": false, - "no-submodule-imports": [true, "@material-ui", "@assets", "@saleor"] + "no-submodule-imports": [ + true, + "@material-ui", + "lodash-es", + "@assets", + "@saleor" + ] } }