From ca80dee29014298bd8a1a82bd0418cc073a76316 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 11 Aug 2023 23:06:57 +0530 Subject: test: adds test for simple signup page example --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index afc8867..8e6bafd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "incremental": true, "noEmit": true, + "esModuleInterop": true, "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, -- cgit v1.3.1