Code Review
/
portal
/
ric-dashboard.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
RIC dynamic config screen for each xApp
[portal/ric-dashboard.git]
/
webapp-frontend
/
tsconfig.json
1
{
2
"compileOnSave": false,
3
"compilerOptions": {
4
"baseUrl": "./",
5
"outDir": "./dist/out-tsc",
6
"sourceMap": true,
7
"declaration": false,
8
"module": "es2015",
9
"moduleResolution": "node",
10
"emitDecoratorMetadata": true,
11
"experimentalDecorators": true,
12
"importHelpers": true,
13
"target": "es5",
14
"typeRoots": [
15
"node_modules/@types"
16
],
17
"lib": [
18
"es2018",
19
"dom"
20
]
21
}
22
}