From d23033b5fab92aafea175b32988013b9f4f0adb4 Mon Sep 17 00:00:00 2001 From: Siddharth VP Date: Tue, 11 Oct 2022 01:02:54 +0530 Subject: [PATCH] add allowSyntheticDefaultImports=true in tsconfig for terminate-shell-pods.ts --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cc093bf..5e28fa1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "module": "CommonJS", "types": ["node", "mocha"], "sourceMap": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "allowSyntheticDefaultImports": true }, "ts-node": { "transpileOnly": true