DefinitelyTyped/types/swagger-hapi/tsconfig.json
2018-10-22 11:56:04 -04:00

35 lines
716 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"paths": {
"boom": [
"boom/v4"
],
"catbox": [
"catbox/v7"
],
"hapi": [
"hapi/v16"
]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"swagger-hapi-tests.ts"
]
}