mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-17 17:48:06 +00:00
* [busboy] Update to version 1.3 * update async-busboy package * update connect-busboy package * update express-upload package * update koa-joi-router package * update multy package Co-authored-by: Roland Reed <roland-reed@users.noreply.github.com>
30 lines
601 B
JSON
30 lines
601 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"paths": {
|
|
"busboy": [
|
|
"busboy/v0"
|
|
]
|
|
},
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"multy-tests.ts"
|
|
]
|
|
}
|