From c37d9ca5b3265639226940cfc5260aa460be24bf Mon Sep 17 00:00:00 2001 From: Dolan Date: Fri, 24 Feb 2023 01:44:53 +0000 Subject: [PATCH] Add ts-node to tsconfig --- tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 53cf5a12fe..41262ad1d5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,10 @@ "@shared": ["./shared/index.ts"] } }, + "ts-node": { + "compilerOptions": { + "module": "commonjs" + } + }, "include": ["src"] }