rsanchez
2017-04-13 849f8f0acbe896cac7e531fee6895442382318cc
securis/src/main/webapp/tsconfig.json
....@@ -1,4 +1,13 @@
11 {
22 "compilerOptions": {
3
+ "target": "es5",
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "sourceMap": true,
7
+ "emitDecoratorMetadata": true,
8
+ "experimentalDecorators": true,
9
+ "lib": [ "es2015", "dom" ],
10
+ "noImplicitAny": true,
11
+ "suppressImplicitAnyIndexErrors": true
312 }
413 }