UNPKG

566 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 },
19 "types": [
20 "node",
21 "google-protobuf"
22 ],
23 "include": [
24 "src"
25 ],
26 "exclude": [
27 "node_modules"
28 ]
29}