From 9ddb6a36bcbaf3ae8f2c651db22bd2e9239c1251 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 28 Jun 2023 00:58:48 -0400 Subject: [PATCH] fix: set moduleResolution to nodenext so package.jsons exports work --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 4c168e6..b927b2e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -38,6 +38,7 @@ export default async function (): Promise { tsconfig: { compilerOptions: { lib: ["ES2021", "dom"], + moduleResolution: "nodenext", }, }, },