tenebrous-dicebot/api/node_modules/ts-protoc-gen/tsconfig.json

31 lines
589 B
JSON

{
"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"
]
}