From cd7079b452eb67c04240bdc7d0f5269f935f1901 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Wed, 12 Aug 2020 19:06:06 +0800 Subject: feat: Parameter modification and adding new parameters of 5g slicing tast Change-Id: Idd8552f71a51e32b239642ef4e3d2b9f8ccbeacd Issue-ID: USECASEUI-368 Signed-off-by: cyuamber --- usecaseui-portal/tsconfig.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'usecaseui-portal/tsconfig.json') diff --git a/usecaseui-portal/tsconfig.json b/usecaseui-portal/tsconfig.json index a6c016bf..973577be 100644 --- a/usecaseui-portal/tsconfig.json +++ b/usecaseui-portal/tsconfig.json @@ -1,6 +1,7 @@ { "compileOnSave": false, "compilerOptions": { + "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, @@ -14,6 +15,11 @@ "lib": [ "es2017", "dom" - ] + ], + "paths": { + "@src/*": [ + "src/*" + ] + } } } -- cgit 1.2.3-korg