From 53bca8f878d15b38c5350b6b370a90027df5eb33 Mon Sep 17 00:00:00 2001 From: Tangent Wantwight Date: Sat, 26 Aug 2023 01:16:43 -0400 Subject: [PATCH] Remove one warning from tests --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c588934..c9bb5ba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "checkJs": true, + "esModuleInterop": true, "lib": ["ES6", "DOM"], "noEmit": true, "strict": true