Files
DefinitelyTyped/types/multy/tsconfig.json
martin-badin a585d5fd2c 🤖 Merge PR #57922 [busboy] Update to version 1.3 by @martin-badin
* [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>
2022-01-06 09:12:27 -08:00

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"
]
}