From 6c07503737547e7745e4801c9e23c7a51d7a0b14 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 30 Dec 2020 15:19:54 -0500 Subject: [PATCH] Remove comment from json file --- tsconfig.json | 5 ----- types/react-native-elements.d.ts | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7cf7b50..02bb111 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,3 @@ -/** - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ { "compilerOptions": { "allowSyntheticDefaultImports": true, diff --git a/types/react-native-elements.d.ts b/types/react-native-elements.d.ts index 343f8ae..6f306f6 100644 --- a/types/react-native-elements.d.ts +++ b/types/react-native-elements.d.ts @@ -6,6 +6,7 @@ /** * Extensions to the default react-native-elements types to allow for * custom properties in themes. + * Refs: https://reactnativeelements.com/docs/customization#typescript-definitions-extending-the-default-theme */ type RecursivePartial = { [P in keyof T]?: RecursivePartial };