fix: set TS moduleResolution to nodenext

This commit is contained in:
Derrick Hammer 2023-07-02 00:40:34 -04:00
parent d526d8ad6c
commit f1b82f85b1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ export default function (): PresetAsset {
include: ['{buildSource}'], include: ['{buildSource}'],
compilerOptions: { compilerOptions: {
outDir: '{source}', outDir: '{source}',
compilerOptions: {
moduleResolution: 'nodenext',
},
}, },
}, },
}, },