DefinitelyTyped/types/hapi-auth-bearer-token/tsconfig.json
2020-09-25 16:07:58 -07:00

29 lines
598 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"paths": {
"@hapi/*": [
"hapi__*"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"hapi-auth-bearer-token-tests.ts"
]
}