summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/tsconfig.app.json
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2020-08-12 19:06:06 +0800
committercyuamber <xuranyjy@chinamobile.com>2020-08-12 19:06:15 +0800
commitcd7079b452eb67c04240bdc7d0f5269f935f1901 (patch)
treea766617159dfc6e4fedb38f5767fdd4579b4a819 /usecaseui-portal/src/tsconfig.app.json
parentfb675a15a5cc6d947178901dc9027f1da6726f41 (diff)
feat: Parameter modification and adding new parameters of 5g slicing tast
Change-Id: Idd8552f71a51e32b239642ef4e3d2b9f8ccbeacd Issue-ID: USECASEUI-368 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/tsconfig.app.json')
-rw-r--r--usecaseui-portal/src/tsconfig.app.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/usecaseui-portal/src/tsconfig.app.json b/usecaseui-portal/src/tsconfig.app.json
index 39ba8dba..2eb27d17 100644
--- a/usecaseui-portal/src/tsconfig.app.json
+++ b/usecaseui-portal/src/tsconfig.app.json
@@ -4,7 +4,10 @@
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "es2015",
- "types": []
+ "types": [],
+ "paths": {
+ "@src/*": ["*"]
+ }
},
"exclude": [
"test.ts",