X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Ftsconfig.json;h=7cfd8755401edc050450e9f905842b13bacf4e56;hb=refs%2Fchanges%2F70%2F6370%2F1;hp=5931c2789226877a30216f8f0f49bc8395a8e000;hpb=91ba4944ee108258e7e70e6a3d80d86a08c43988;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/tsconfig.json b/webapp-frontend/tsconfig.json index 5931c27..7cfd875 100644 --- a/webapp-frontend/tsconfig.json +++ b/webapp-frontend/tsconfig.json @@ -1,7 +1,7 @@ { "compileOnSave": false, "compilerOptions": { - "baseUrl": "./", + "baseUrl": "./src", "downlevelIteration": true, "outDir": "./dist/out-tsc", "sourceMap": true, @@ -13,6 +13,16 @@ "importHelpers": true, "resolveJsonModule": true, "target": "es2015", + "paths": { + "@angular/*": [ "../node_modules/@angular/*" ], + "@app/*": ["app/*"], + "@interfaces/*": ["app/interfaces/*"], + "@ei-coordinator/*": ["app/ei-coordinator/*"], + "@policy/*": ["app/policy/*"], + "@services/*": ["app/services/*"], + "@navigation/*": ["app/navigation/*"], + "@ui/*": ["app/ui/*"], + }, "typeRoots": [ "node_modules/@types" ],