X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tsconfig.json;h=7bac1a34081d3c73694c9ac3b33ef23087671574;hb=509ed1c0d1d700122cb799671548cbd2384c9e07;hp=fca2693cc4dc69655826f8a1e148c4209d4e2182;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/tsconfig.json b/tsconfig.json index fca2693..7bac1a3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, - "module": "esnext", + "module": "es2020", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, @@ -133,7 +133,12 @@ "PageReloadModule": ["src/app/utilities/page-reload/PageReloadModule"], "GoToTopDirective": ["src/directive/GoToTopDirective"], "VNFLinkComponent": ["src/app/instances/vnf-instances/vnf-link/VNFLinkComponent"], - "PACKAGEJSON": ["package.json"] + "PACKAGEJSON": ["package.json"], + "OsmRepositories" : ["src/app/osm-repositories/OsmRepositoriesComponent"], + "OsmRepositoriesDetails":["src/app/osm-repositories/osm-repositories-details/OsmRepositoriesDetailsComponent"], + "OsmRepositoriesAction" : ["src/app/utilities/osm-repositories-action/OsmRepositoriesActionComponent"], + "OsmRepoModel": ["src/models/OsmRepoModel"], + "OsmRepoCreateUpdate": ["src/app/osm-repositories/osm-repo-create-update/OsmRepoCreateUpdateComponent"] } } } \ No newline at end of file