fix(core): update
This commit is contained in:
parent
0cceb23987
commit
c0d05bab7f
@ -36,7 +36,8 @@ export class TsBundle {
|
|||||||
noEmitOnError: true,
|
noEmitOnError: true,
|
||||||
lib: ['esnext', 'dom', 'es2017.object'],
|
lib: ['esnext', 'dom', 'es2017.object'],
|
||||||
noImplicitAny: false,
|
noImplicitAny: false,
|
||||||
target: 'es2018'
|
target: 'es2018',
|
||||||
|
allowSyntheticDefaultImports: true
|
||||||
}),
|
}),
|
||||||
// Allow node_modules resolution, so you can use 'external' to control
|
// Allow node_modules resolution, so you can use 'external' to control
|
||||||
// which external modules to include in the bundle
|
// which external modules to include in the bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user