diff --git a/source/index.ts b/source/index.ts index e4085d0..1ca64a1 100644 --- a/source/index.ts +++ b/source/index.ts @@ -77,7 +77,9 @@ export default function (): PresetAsset { 'rollup': resolve(CONFIGS, 'rollup.yaml'), 'tsconfig.build': { include: ['{buildSource}'], - outDir: ['{source}'], + compilerOptions: { + outDir: '{source}', + }, }, }, variable: DEFAULT_VARIABLE,