Catalog alignment
[sdc.git] / catalog-ui / src / tsconfig.json
1 {
2   "compilerOptions": {
3     "baseUrl": ".",
4     "declaration": false,
5     "emitDecoratorMetadata": true,
6     "experimentalDecorators": true,
7     "allowJs": true,
8     "mapRoot": "./",
9     "module": "commonjs",
10     "moduleResolution": "node",
11     "outDir": "../dist/out-tsc",
12     "lib": [
13       "es6",
14       "dom"
15     ],
16     "paths": {
17       "@angular/*": [
18         "../node_modules/@angular/*"
19      ]
20     },
21     "sourceMap": true,
22     "target": "es5",
23     "typeRoots": [
24       "../node_modules/@types",
25       "./typings"
26     ],
27     "types": [
28       "core-js",
29       "node",
30       "jest"
31     ],
32     "forceConsistentCasingInFileNames": true
33   },
34   "exclude": [
35   ]
36 }