set enableIvy to true
This commit is contained in:
parent
a29927837c
commit
de726bc1e7
@ -21,7 +21,7 @@ export function getProgram(rootNames: string[] = createSourceFiles()) {
|
||||
options.inlineSourceMap = true;
|
||||
options.importHelpers = true;
|
||||
options.inlineSources = true;
|
||||
options.enableIvy = false;
|
||||
options.enableIvy = true;
|
||||
|
||||
delete options.baseUrl;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user