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",