Fix Bug 2293: Password Expiry and Account Expiry Time Issue for today & tomorrow...
[osm/NG-UI.git] / tsconfig.json
index cba3c42..b0a4495 100644 (file)
@@ -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"
         ],
             "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