From c0377f498c52d22030ddfcb4306ed7435aae42f6 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Fri, 5 Jul 2024 17:30:33 +0200 Subject: [PATCH] chore: revert me reverting tsconfig change :P --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7f15129..310add3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "outDir": "dist/", "declaration": true, "sourceMap": true, - "isolatedModules": true + "isolatedModules": true, + "esModuleInterop": true }, "include": ["src"] }