Code Review
/
portal
/
nonrtric-controlpanel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Move Enrichment Producer Logic from backend"
[portal/nonrtric-controlpanel.git]
/
webapp-frontend
/
tsconfig.json
1
{
2
"compileOnSave": false,
3
"compilerOptions": {
4
"baseUrl": "./",
5
"downlevelIteration": true,
6
"outDir": "./dist/out-tsc",
7
"sourceMap": true,
8
"declaration": false,
9
"module": "esnext",
10
"moduleResolution": "node",
11
"emitDecoratorMetadata": true,
12
"experimentalDecorators": true,
13
"importHelpers": true,
14
"resolveJsonModule": true,
15
"target": "es5",
16
"typeRoots": [
17
"node_modules/@types"
18
],
19
"lib": [
20
"es2018",
21
"dom"
22
]
23
}
24
}