From 412a51a783de70354e45f0fff2072f67765be4b6 Mon Sep 17 00:00:00 2001
From: "Eduardo L. Buratti" <elburatti@inf.ufpr.br>
Date: Wed, 9 Nov 2016 10:20:26 -0200
Subject: [PATCH] Update typescript config

---
 tsconfig.json | 4 +++-
 tslint.json   | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 37c0501b..0ef91a28 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,16 +4,18 @@
     "target": "es6",
     "module": "commonjs",
     "noImplicitAny": true,
+    "experimentalDecorators": true,
     "outDir": "dist/"
   },
   "exclude": [
     "node_modules"
   ],
-  "compileOnSave": false,
+  "compileOnSave": true,
   "typeRoots": [
     "node_modules/@types"
   ],
   "types": [
+    "mocha",
     "d3-force"
   ]
 }
diff --git a/tslint.json b/tslint.json
index 0309ae07..27a0066a 100644
--- a/tslint.json
+++ b/tslint.json
@@ -4,6 +4,7 @@
     "no-var-requires": false,
     "object-literal-sort-keys": false,
     "one-line": false,
-    "trailing-comma": false
+    "trailing-comma": false,
+    "interface-name": false
   }
 }
-- 
GitLab