From c555b5b7e1c6f1cbaf2be8741f9447ce0b65d6d5 Mon Sep 17 00:00:00 2001 From: vakrilov Date: Mon, 20 Feb 2017 10:21:56 +0200 Subject: [PATCH] tsconfig fix --- tns-platform-declarations/tsconfig.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tns-platform-declarations/tsconfig.json b/tns-platform-declarations/tsconfig.json index f93073014..942f080d6 100644 --- a/tns-platform-declarations/tsconfig.json +++ b/tns-platform-declarations/tsconfig.json @@ -1,12 +1,5 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es5", - "experimentalDecorators": true, - "lib": [ - "es2016" - ] - }, + "extends": "../tsconfig.shared", "exclude": [ "ios/objc-x86_64", "node_modules",