{ "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" ] }, "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "swagger-node-runner-tests.ts" ] }