From 244df56f6e46cdec05af75fac57a811aea877c06 Mon Sep 17 00:00:00 2001 From: shoonia Date: Fri, 19 Apr 2024 19:18:08 +0300 Subject: [PATCH] Update TS config --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 44ead08..1cfd352 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,6 +24,10 @@ "DOM" ], }, + "ts-node": { + "esm": true, + "transpileOnly": true + }, "include": [ "src/**/*", "tests/**/*"