fix: set moduleResolution to nodenext so package.jsons exports work

This commit is contained in:
Derrick Hammer 2023-06-28 00:58:48 -04:00
parent 3f75aa6862
commit 9ddb6a36bc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export default async function (): Promise<PresetAsset> {
tsconfig: {
compilerOptions: {
lib: ["ES2021", "dom"],
moduleResolution: "nodenext",
},
},
},