fix(core): update
This commit is contained in:
parent
8bf19d55c7
commit
623438e1d1
@ -28,7 +28,7 @@ export class TsBundle {
|
||||
plugins: [
|
||||
// Compile TypeScript files
|
||||
plugins.rollupTypescript({
|
||||
allowSyntheticDefaultImports: true,
|
||||
include: plugins.path.parse(fromArg).dir ? plugins.path.parse(fromArg).dir + '/**/*.ts' : '**/*.ts',
|
||||
declaration: false,
|
||||
emitDecoratorMetadata: true,
|
||||
experimentalDecorators: true,
|
||||
|
Loading…
Reference in New Issue
Block a user