]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/tsconfig.json
LP#1775466 Angular(6) base application
[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 }