X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp%2Fsrc%2Ftsconfig.app.json;h=1222b0abf47b81c5781756dd1ba8423a488be9bd;hb=38c0c21a969e621c725245ce91c78e77076c5ce7;hp=39ba8dbacbbe051fdd02481b07af43219296a075;hpb=b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/src/tsconfig.app.json b/webapp/src/tsconfig.app.json index 39ba8db..1222b0a 100644 --- a/webapp/src/tsconfig.app.json +++ b/webapp/src/tsconfig.app.json @@ -2,9 +2,17 @@ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../out-tsc/app", - "baseUrl": "./", "module": "es2015", - "types": [] + "baseUrl": "./", + "types": [], + "paths": { + "@angular/*": [ + "../node_modules/@angular/*" + ], + "@nebular/*": [ + "../node_modules/@nebular/*" + ] + } }, "exclude": [ "test.ts",