DefinitelyTyped/types/express-boom/tsconfig.json
Nox 9d5e6919b8 Add express-boom typings (#38056)
* Add express-boom typings

* Fix requested changes

* Add more tests
2019-09-10 15:30:41 -07:00

24 lines
493 B
JSON

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