From e678b841193ce28cd8b47b2d3d4fdba56bdbc56b Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 2 Dec 2022 14:34:26 +1100 Subject: [PATCH] chore: use ESM module resolution Fixes #1039 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e1242d274..2a8d6a19a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "incremental": true, "target": "es2020", - "moduleResolution": "node", + "moduleResolution": "node16", "module": "es2020", "declaration": true, "sourceMap": true,