DefinitelyTyped/types/hapi-auth-basic/tsconfig.json

29 lines
625 B
JSON

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