X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tsconfig.json;h=b0a44952c2ad71759c79b7a920a5dcd18da3948f;hb=eb33148b8d85d44a3309ab8158b160ee52e81b68;hp=cce28e047330eade5db554bc213ce4534f8b09ba;hpb=3d81a28cd6df38cb070c6a6afbbd1528a766f16e;p=osm%2FNG-UI.git diff --git a/tsconfig.json b/tsconfig.json index cce28e0..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" ], @@ -155,7 +156,8 @@ "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"] + "StartStopRebuildComponent": ["src/app/utilities/start-stop-rebuild/StartStopRebuildComponent"], + "VerticalScalingComponent": ["src/app/utilities/vertical-scaling/VerticalScalingComponent"] } } } \ No newline at end of file