fix(core): update

This commit is contained in:
2022-05-04 17:13:52 +02:00
parent e243e17acb
commit 58a7dca142
13 changed files with 878 additions and 458 deletions

View File

@ -1,4 +1,5 @@
import * as plugins from './plugins.js';
import * as paths from '../paths.js';
import * as interfaces from '../interfaces/index.js';
import { logger } from '../tsbundle.logging.js';
@ -23,7 +24,8 @@ export class TsBundleProcess {
sourcemap: true,
format: 'esm',
target: 'es2020',
outfile: toArg
outfile: toArg,
tsconfig: paths.tsconfigPath
});
}