UNPKG
upup-react-file-uploader
Version:
latest (1.4.6)
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.3.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
README.md
github.com/DevinoSolutions/upup
DevinoSolutions/upup
upup-react-file-uploader
/
tsconfig.browser.json
11 lines
(10 loc)
•
229 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"lib"
:
[
"dom"
,
"esnext"
]
,
"module"
:
"esnext"
,
"jsx"
:
"react"
,
"types"
:
[
"react"
]
}
,
"include"
:
[
"src/frontend"
,
"src/shared"
]
}