projects
/
Evergreen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Docs: merge 3.2 release notes
[Evergreen.git]
/
Open-ILS
/
src
/
eg2
/
tsconfig.json
1
{
2
"compileOnSave": false,
3
"compilerOptions": {
4
"outDir": "./dist/out-tsc",
5
"sourceMap": true,
6
"declaration": false,
7
"moduleResolution": "node",
8
"emitDecoratorMetadata": true,
9
"experimentalDecorators": true,
10
"target": "es5",
11
"baseUrl": "src",
12
"paths": {
13
"@eg/*": ["app/*"],
14
"@env/*": ["environments/*"]
15
},
16
"typeRoots": [
17
"node_modules/@types"
18
],
19
"lib": [
20
"es2017",
21
"dom"
22
]
23
}
24
}