{ "compilerOptions": { "alwaysStrict": true, "sourceMap": true, "declaration": true, "declarationDir": "lib", "target": "es5", "removeComments": true, "noImplicitReturns": true, "noImplicitAny": true, "noUnusedLocals": true, "noUnusedParameters": true, "strictNullChecks": true, "stripInternal": true, "noFallthroughCasesInSwitch": true, "outDir": "lib", "noEmitOnError": true, "types": [ "mocha", "node", "google-protobuf" ] }, "include": [ "src" ], "exclude": [ "node_modules" ] }