From 794be10a675673f1b4630f19dd9f80142651ccdb Mon Sep 17 00:00:00 2001 From: Ashlee Boyer Date: Thu, 6 May 2021 08:31:29 -0400 Subject: [PATCH] Breaking spyOn --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 97de96b..6345d4a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,6 @@ "outDir": "./dist/", "target": "es5", "moduleResolution": "node", - "esModuleInterop": false + "esModuleInterop": true } }