fix(core): update
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user