From ee0248c65abe035cb7c913aaa2cf20f9eab17d29 Mon Sep 17 00:00:00 2001 From: Stephen Li Date: Thu, 20 Jun 2024 04:06:20 -0400 Subject: [PATCH] Config ts-node to use node10 moduleResolution --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 0a2bad5..ec017be 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "transpileOnly": true, "compilerOptions": { "module": "CommonJS", + "moduleResolution": "Node10", }, }, "compilerOptions": {