Bumped Version to 1.3.1
[holmes/rule-management.git] / rulemgt-frontend / tsconfig.json
1 {
2   "compilerOptions": {
3     "target": "es5",
4     "module": "commonjs",
5     "moduleResolution": "node",
6     "sourceMap": true,
7     "emitDecoratorMetadata": true,
8     "experimentalDecorators": true,
9     "removeComments": false,
10     "noImplicitAny": false,
11     "lib": [
12       "es2017",
13       "dom"
14     ]
15   }
16 }