DefinitelyTyped/types/body-parser/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) bbf962905d
feat(body-parser): bump to 1.19 (#42043)
- version update
- docs amended
- tests updated
- default DT configuration

Thanks!
2020-02-10 13:15:53 -08:00

25 lines
511 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"body-parser-tests.ts"
]
}