From 863fa5cc469a78c5cde7a584b66242f120b0a1a5 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Mon, 5 Mar 2018 12:16:59 +0300 Subject: [PATCH] Reverted tsconfig.json to its original --- tsconfig.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 293548e0..422182f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,11 +21,5 @@ "es2017", "dom" ] - }, - "angularCompilerOptions": { - "genDir": "release/", - "strictMetadataEmit": true, - "skipTemplateCodegen": true, - "annotationsAs": "decorators" } }