Refactor typescript code (#1806)

Co-authored-by: Eric Butler <eric@codebutler.com>
This commit is contained in:
Wojciech Lewicki
2022-07-22 17:41:30 +02:00
committed by GitHub
parent a7a31ca806
commit 286c02fac4
44 changed files with 3511 additions and 3721 deletions

View File

@@ -19,8 +19,5 @@
"allowSyntheticDefaultImports": true,
"types": ["react", "react-native"]
},
"files": [
"src/index.d.ts"
],
"include": ["src/index.ts"]
"include": ["src/**/*"]
}