X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tsconfig.json;h=b0a44952c2ad71759c79b7a920a5dcd18da3948f;hb=382448fed3f9d4d4cf9ac614e1275208d18b752f;hp=abeb17a3811614616e839d47cd8ab3e5e301fcd5;hpb=a9816553feb848341a8c3214861d5479c3688578;p=osm%2FNG-UI.git diff --git a/tsconfig.json b/tsconfig.json index abeb17a..b0a4495 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compileOnSave": false, "compilerOptions": { "resolveJsonModule": true, + "allowSyntheticDefaultImports": true, "baseUrl": ".", "downlevelIteration": true, "outDir": "./dist/out-tsc", @@ -12,7 +13,7 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, - "target": "es5", + "target": "es2020", "types": [ "node" ], @@ -151,7 +152,12 @@ "ResourcesOverviewComponent": ["src/app/vim-accounts/Resources-Overview/ResourcesOverviewComponent"], "SharedModule": ["src/app/vim-accounts/Resources-Overview/SharedModule"], "ChangePasswordComponent": ["src/app/utilities/change-password/ChangePasswordComponent"], - "ChangePasswordModule": ["src/app/utilities/change-password/ChangePasswordModule"] + "ChangePasswordModule": ["src/app/utilities/change-password/ChangePasswordModule"], + "VmMigrationComponent": ["src/app/utilities/vm-migration/VmMigrationComponent"], + "NsUpdateComponent": ["src/app/utilities/ns-update/NsUpdateComponent"], + "WarningComponent": ["src/app/utilities/warning/WarningComponent"], + "StartStopRebuildComponent": ["src/app/utilities/start-stop-rebuild/StartStopRebuildComponent"], + "VerticalScalingComponent": ["src/app/utilities/vertical-scaling/VerticalScalingComponent"] } } } \ No newline at end of file