We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3383707 commit 4da3496Copy full SHA for 4da3496
libs/mf/src/schematics/mf/schematic.ts
@@ -408,7 +408,7 @@ export default function config(options: MfSchematicSchema): Rule {
408
function updateTsConfig(tree, tsConfigName: string) {
409
const tsConfig = json5.parse(tree.read(tsConfigName).toString('utf-8'));
410
const target = tsConfig.compilerOptions.target as string;
411
- let targetVersion = 0;
+ let targetVersion = 2022;
412
413
if (
414
target &&
0 commit comments