From c8f087b9f3796597c1fddec08b62b65cd03b93a8 Mon Sep 17 00:00:00 2001 From: Dotan Simha Date: Thu, 3 Nov 2016 17:40:24 +0200 Subject: [PATCH] Step 1.6: Updated typscript compiler config --- tsconfig.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 6fa8c7219..d910dc55a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,10 +8,13 @@ "dom", "es2015" ], - "module": "es2015", + "module": "commonjs", "moduleResolution": "node", "sourceMap": true, - "target": "es5" + "target": "es5", + "skipLibCheck": true, + "stripInternal": true, + "noImplicitAny": false }, "include": [ "src/**/*.ts",