Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Improve the dockerized auto test"
[nonrtric.git]
/
dashboard
/
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
"target": "es5",
15
"typeRoots": [
16
"node_modules/@types"
17
],
18
"lib": [
19
"es2018",
20
"dom"
21
]
22
}
23
}