fix(core): update

This commit is contained in:
Philipp Kunz 2020-03-20 06:01:41 +00:00
parent 8bf19d55c7
commit 623438e1d1

View File

@ -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,