From 028f052498788333859fff9d7fe64484279f536c Mon Sep 17 00:00:00 2001 From: Daniel Rozenberg Date: Tue, 9 Jul 2024 13:03:29 -0400 Subject: [PATCH] Add .mocharc.json to config ts-mocha to use tsx instead of ts-node --- .mocharc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .mocharc.json diff --git a/.mocharc.json b/.mocharc.json new file mode 100644 index 00000000..e8ecf2c6 --- /dev/null +++ b/.mocharc.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://json.schemastore.org/mocharc.json", + "require": "tsx" +}