From f1b82f85b1db77fffadb3452330b015ae9bf166b Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 2 Jul 2023 00:40:34 -0400 Subject: [PATCH] fix: set TS moduleResolution to nodenext --- source/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/index.ts b/source/index.ts index 8ccf4df..e5e0ce9 100644 --- a/source/index.ts +++ b/source/index.ts @@ -80,6 +80,9 @@ export default function (): PresetAsset { include: ['{buildSource}'], compilerOptions: { outDir: '{source}', + compilerOptions: { + moduleResolution: 'nodenext', + }, }, }, },