fix(core): update
This commit is contained in:
		| @@ -17,7 +17,8 @@ export const compilerOptionsDefault: CompilerOptions = { | |||||||
|   lib: ['lib.es2017.d.ts'], |   lib: ['lib.es2017.d.ts'], | ||||||
|   noImplicitAny: false, |   noImplicitAny: false, | ||||||
|   esModuleInterop: true, |   esModuleInterop: true, | ||||||
|   target: plugins.typescript.ScriptTarget.ES2017 |   target: plugins.typescript.ScriptTarget.ES2017, | ||||||
|  |   importsNotUsedAsValues: plugins.typescript.ImportsNotUsedAsValues.Preserve | ||||||
| }; | }; | ||||||
|  |  | ||||||
| export const compilerOptionsWebDefault: CompilerOptions = { | export const compilerOptionsWebDefault: CompilerOptions = { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user