From 4796dd7ef0fc33ade6a39835014a98b581aed890 Mon Sep 17 00:00:00 2001 From: IEEE UCSD <33653707+ieeeucsd@users.noreply.github.com> Date: Fri, 3 Jun 2022 15:34:39 -0700 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 5b45582..5ae8c6a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,9 +4,8 @@ "noImplicitAny": true, "module": "commonjs", "target": "es6", - "jsx": "react", - "esModuleInterop": true + "jsx": "react" }, "include": ["./src"], "exclude": ["./src/public"] -} \ No newline at end of file +}