diff --git a/source/index.ts b/source/index.ts index e5e0ce9..a53f316 100644 --- a/source/index.ts +++ b/source/index.ts @@ -76,13 +76,15 @@ export default function (): PresetAsset { supplementaryConfig: { 'gitignore': ['/rollup.config.ts'], 'rollup': resolve(CONFIGS, 'rollup.yaml'), + 'tsconfig': { + compilerOptions: { + moduleResolution: 'nodenext', + }, + }, 'tsconfig.build': { include: ['{buildSource}'], compilerOptions: { outDir: '{source}', - compilerOptions: { - moduleResolution: 'nodenext', - }, }, }, },