From 76292312804a75f8cd2e5b855feebcd559473c77 Mon Sep 17 00:00:00 2001 From: Klaus Meinhardt Date: Fri, 9 Feb 2018 08:25:45 +0100 Subject: [PATCH] enable esModuleInterop --- types/get-caller-file/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/get-caller-file/tsconfig.json b/types/get-caller-file/tsconfig.json index 1f87ecddd2..f54443c20d 100644 --- a/types/get-caller-file/tsconfig.json +++ b/types/get-caller-file/tsconfig.json @@ -8,6 +8,7 @@ "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, + "esModuleInterop": true, "baseUrl": "../", "typeRoots": [ "../"