9bad68197b10f2a63839f4a7fcec203c099e1ddb
[src/xds/xds-agent.git] / webapp / tsconfig.json
1 {
2   "compilerOptions": {
3     "outDir": "dist/app",
4     "target": "es5",
5     "module": "commonjs",
6     "moduleResolution": "node",
7     "sourceMap": true,
8     "emitDecoratorMetadata": true,
9     "experimentalDecorators": true,
10     "removeComments": false,
11     "noImplicitAny": false,
12     "noStrictGenericChecks": true   // better to switch to RxJS 5.4.2 ; workaround https://stackoverflow.com/questions/44810195/how-do-i-get-around-this-subject-incorrectly-extends-observable-error-in-types
13   },
14   "exclude": [
15     "gulpfile.ts",
16     "node_modules"
17   ]
18 }