From 4ac844d509509c85823d65f2e734b63b2028da3d Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 7 Jul 2023 08:34:34 -0400 Subject: [PATCH] ci: change moduleResolution to nodenext --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6c2a53a..94effe8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "es2020", "module": "commonjs", - "moduleResolution": "node", + "moduleResolution": "nodenext", "rootDir": "src", "outDir": "build", "esModuleInterop": true,