UNPKG

589 BJSONView Raw
1{
2 "compilerOptions": {
3 "alwaysStrict": true,
4 "sourceMap": true,
5 "declaration": true,
6 "declarationDir": "lib",
7 "target": "es5",
8 "removeComments": true,
9 "noImplicitReturns": true,
10 "noImplicitAny": true,
11 "noUnusedLocals": true,
12 "noUnusedParameters": true,
13 "strictNullChecks": true,
14 "stripInternal": true,
15 "noFallthroughCasesInSwitch": true,
16 "outDir": "lib",
17 "noEmitOnError": true,
18 "types": [
19 "mocha",
20 "node",
21 "google-protobuf"
22 ]
23 },
24 "include": [
25 "src"
26 ],
27 "exclude": [
28 "node_modules"
29 ]
30}