]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/tsconfig.json
LP1847800 Admin grid filter display, default fields, IDL repairs
[working/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     "module": "es6",
8     "moduleResolution": "node",
9     "emitDecoratorMetadata": true,
10     "experimentalDecorators": true,
11     "target": "es6",
12     "baseUrl": "src",
13     "paths": {
14         "@eg/*": ["app/*"],
15         "@env/*": ["environments/*"]
16     },
17     "typeRoots": [
18       "node_modules/@types"
19     ],
20     "lib": [
21       "es2018",
22       "dom"
23     ]
24   }
25 }