From 2464f792f3947dcf4425520f2c052d2b782a3414 Mon Sep 17 00:00:00 2001 From: David Ball Date: Thu, 18 Jul 2024 02:35:40 -0400 Subject: [PATCH] Set tsconfig module resolution to NodeNext. --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 2810343..4af998d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,8 @@ "removeComments": false, "sourceMap": true, "target": "ESNext", + "module": "NodeNext", + "moduleResolution": "NodeNext", "outDir": "dist" }, "include": [