From 4ebd95a46bdab55ee2b8900672769888bd8ed132 Mon Sep 17 00:00:00 2001 From: semke Date: Wed, 22 Nov 2023 11:53:53 +0500 Subject: [PATCH] Add esModuleInterop --- cassandra-distributed-task-queue-ui/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cassandra-distributed-task-queue-ui/tsconfig.json b/cassandra-distributed-task-queue-ui/tsconfig.json index 236a02ef..ed9699b5 100644 --- a/cassandra-distributed-task-queue-ui/tsconfig.json +++ b/cassandra-distributed-task-queue-ui/tsconfig.json @@ -25,6 +25,7 @@ "forceConsistentCasingInFileNames": true, "moduleResolution": "Node", "resolveJsonModule": true, + "esModuleInterop": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx",