Files
DefinitelyTyped/types/h2o2/tsconfig.json
2018-05-11 09:05:49 -03:00

41 lines
838 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"
],
"inert": [
"inert/v4"
],
"wreck": [
"wreck/v7"
]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"h2o2-tests.ts"
]
}