X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tsconfig.json;h=b0a44952c2ad71759c79b7a920a5dcd18da3948f;hb=382448fed3f9d4d4cf9ac614e1275208d18b752f;hp=0965b55272b571ea1ef726cc97bea8a92ccde9ef;hpb=017df364be742ba4d89013ae32572c2b300e2a29;p=osm%2FNG-UI.git diff --git a/tsconfig.json b/tsconfig.json index 0965b55..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" ],