mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-22 21:49:46 +00:00
Remove comment from json file
This commit is contained in:
parent
11611ed75a
commit
6c07503737
@ -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,
|
||||
|
1
types/react-native-elements.d.ts
vendored
1
types/react-native-elements.d.ts
vendored
@ -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<T> = { [P in keyof T]?: RecursivePartial<T[P]> };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user