UNPKG
expo-otp-input
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
React native/expo otp input
github.com/Raosandeep007/expo-otp-input
Raosandeep007/expo-otp-input
expo-otp-input
/
tsconfig.json
11 lines
(10 loc)
•
206 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"expo/tsconfig.base"
,
"compilerOptions"
:
{
"strict"
:
true
,
"paths"
:
{
"@/*"
:
[
"./*"
]
}
}
,
"include"
:
[
"**/*.ts"
,
"**/*.tsx"
,
".expo/types/**/*.ts"
,
"expo-env.d.ts"
]
}