UNPKG
fastify-file-upload
Version:
latest (4.0.0)
4.0.0
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.0.0
0.1.1
0.1.0
0.0.1
file upload plugin for Fastify
github.com/huangang/fastify-file-upload
huangang/fastify-file-upload
fastify-file-upload
/
tsconfig.json
12 lines
•
243 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"outDir"
:
"build"
,
"lib"
:
[
"es2015"
]
,
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
}