fix(core): update

This commit is contained in:
2024-01-08 16:48:11 +01:00
parent 5c3dfe0920
commit 3e673bca6b
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ export class TsBundleProcess {
target: 'es2022',
entryNames: plugins.path.parse(toArg).name,
outdir: plugins.path.parse(toArg).dir,
splitting: true,
tsconfig: paths.tsconfigPath
});
}