set enableIvy to true

This commit is contained in:
Daniel Sogl 2022-06-03 16:58:43 +00:00 committed by GitHub
parent a29927837c
commit de726bc1e7

View File

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