blob: 6b05f23610aceb17583cab19bf715bf5037b7947 [file] [log] [blame]
{
"compilerOptions": {
"strict": true,
"lib": ["es2015.promise", "dom", "es5"],
// Include the output directory in rootDirs so that generated .d.ts files
// can be used for type-checking in the editor, for example the car.proto
// produces a car.d.ts.
"rootDirs": [".", "../bazel-bin/examples"]
}
}