DefinitelyTyped/types/hapi-server-session/tsconfig.json
2020-02-19 15:09:26 -08:00

25 lines
723 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"paths": {
"@hapi/catbox": ["hapi__catbox"],
"@hapi/hapi": ["hapi__hapi"],
"@hapi/joi": ["hapi__joi"],
"@hapi/mimos": ["hapi__mimos"],
"@hapi/podium": ["hapi__podium"],
"@hapi/shot": ["hapi__shot"]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": ["index.d.ts", "hapi-server-session-tests.ts"]
}