UNPKG
tqf
Version:
latest (0.0.3)
0.0.3
React Query hooks for Firebase.
tqf
/
examples
/
auth-basic
/
tsconfig.json
10 lines
(9 loc)
•
162 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"include"
:
[
"./src/**/*"
]
,
"compilerOptions"
:
{
"strict"
:
true
,
"esModuleInterop"
:
true
,
"lib"
:
[
"dom"
,
"es2015"
]
,
"jsx"
:
"react-jsx"
}
}