From 849f8f0acbe896cac7e531fee6895442382318cc Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 13 Apr 2017 09:24:37 +0000
Subject: [PATCH] #0 config - Migrated to jspm and Angular 4.0.2
---
securis/src/main/webapp/tsconfig.json | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/securis/src/main/webapp/tsconfig.json b/securis/src/main/webapp/tsconfig.json
index 88ccffe..2c7260d 100644
--- a/securis/src/main/webapp/tsconfig.json
+++ b/securis/src/main/webapp/tsconfig.json
@@ -1,4 +1,13 @@
{
"compilerOptions": {
+ "target": "es5",
+ "module": "commonjs",
+ "moduleResolution": "node",
+ "sourceMap": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "lib": [ "es2015", "dom" ],
+ "noImplicitAny": true,
+ "suppressImplicitAnyIndexErrors": true
}
}
--
Gitblit v1.3.2