UNPKG
upup-react-file-uploader
Version:
latest (1.5.1)
1.5.1
1.5.0
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.node.json
10 lines
(9 loc)
•
196 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"lib"
:
[
"esnext"
]
,
"module"
:
"esnext"
,
"types"
:
[
"node"
]
}
,
"include"
:
[
"src/backend"
,
"src/shared"
]
}