| { | |
| "compilerOptions": { | |
| "experimentalDecorators": true, | |
| "target": "ES2015", | |
| "module": "commonjs", | |
| "rootDirs": [ | |
| ".", | |
| "bazel-out/k8-fastbuild/bin", | |
| "bazel-out/darwin-fastbuild/bin", | |
| "bazel-out/darwin_arm64-fastbuild/bin" | |
| ], | |
| "declaration": true | |
| }, | |
| "exclude": ["external"] | |
| } |