DefinitelyTyped/types/hapi/tsconfig.json

97 lines
3.0 KiB
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"test/connection/table.ts",
"test/continuation/errors.ts",
"test/getting-started/01-creating-a-server.ts",
"test/getting-started/02-adding-routes.ts",
"test/getting-started/03-serving-static-content.ts",
"test/getting-started/04-using-plugins.ts",
"test/path/catch-all.ts",
"test/path/parameters.ts",
"test/plugins/options.ts",
"test/reply/continue.ts",
"test/reply/entity.ts",
"test/reply/redirect.ts",
"test/reply/reply.ts",
"test/reply/state_cookie.ts",
"test/request/event-types.ts",
"test/request/generate-response.ts",
"test/request/get-log.ts",
"test/request/log.ts",
"test/request/query.ts",
"test/request/set-method.ts",
"test/request/set-url.ts",
"test/request/tail.ts",
"test/response/error-representation.ts",
"test/response/error.ts",
"test/response/events.ts",
"test/response/flow-control.ts",
"test/route/additional-options.ts",
"test/route/auth.ts",
"test/route/config.ts",
"test/route/handler.ts",
"test/route/plugins.ts",
"test/route/prerequisites.ts",
"test/route/public-interface.ts",
"test/route/validate.ts",
"test/server/app.ts",
"test/server/auth.ts",
"test/server/bind.ts",
"test/server/cache.ts",
"test/server/connection-options.ts",
"test/server/connections.ts",
"test/server/decoder.ts",
"test/server/decorate.ts",
"test/server/dependency.ts",
"test/server/emit.ts",
"test/server/encoder.ts",
"test/server/event.ts",
"test/server/expose.ts",
"test/server/ext.ts",
"test/server/handler.ts",
"test/server/info.ts",
"test/server/initialize.ts",
"test/server/inject.ts",
"test/server/listener.ts",
"test/server/load.ts",
"test/server/log.ts",
"test/server/lookup.ts",
"test/server/match.ts",
"test/server/method.ts",
"test/server/methods.ts",
"test/server/mime.ts",
"test/server/new.ts",
"test/server/on.ts",
"test/server/once.ts",
"test/server/path.ts",
"test/server/plugins.ts",
"test/server/realm.ts",
"test/server/register.ts",
"test/server/route.ts",
"test/server/select.ts",
"test/server/settings.ts",
"test/server/start.ts",
"test/server/state.ts",
"test/server/stop.ts",
"test/server/table.ts",
"test/server/version.ts"
]
}