From 03497ab246670f8ff42692c90548363c8aa65bcc Mon Sep 17 00:00:00 2001 From: Pierluigi Viti Date: Thu, 11 Apr 2024 15:19:35 +0200 Subject: [PATCH] fix: fix mocha and tsc setup --- .mocharc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mocharc.json b/.mocharc.json index e394a60..c05ca9a 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,4 +1,3 @@ { - "require": "ts-node/register", - "loader": "ts-node/esm" + "import": "tsx" }