fix: set moduleResolution to nodenext so package.jsons exports work
This commit is contained in:
parent
3f75aa6862
commit
9ddb6a36bc
|
@ -38,6 +38,7 @@ export default async function (): Promise<PresetAsset> {
|
||||||
tsconfig: {
|
tsconfig: {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
lib: ["ES2021", "dom"],
|
lib: ["ES2021", "dom"],
|
||||||
|
moduleResolution: "nodenext",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue