UNPKG

572 BJSONView Raw
1{
2 "compilerOptions": {
3 "alwaysStrict": true,
4 "declaration": false,
5 "noUnusedLocals": true,
6 "experimentalDecorators": true,
7 "skipLibCheck": true,
8 "lib": [
9 "es6",
10 "es2017.object",
11 "dom"
12 ],
13 "target": "es5",
14 "baseUrl": "src/main",
15 "paths": {
16 "app/*": [
17 "app/*"
18 ],
19 "idam/*": [
20 "app/idam/*"
21 ],
22 "models/*": [
23 "app/models/*"
24 ],
25 "common/*": [
26 "common/*"
27 ]
28 },
29 "typeRoots": [
30 "./node_modules/@types",
31 "./types"
32 ]
33 }
34}