blob: 350f0f3bc5a558f558d9d2b09530cde4bee75f93 [file] [log] [blame]
{
"compilerOptions": {
"strict": true,
"lib": ["es2015.promise", "dom", "es5"],
// Auto-discover all types in this configuration since we don't
// specify `types = []` and the ts_library rule depends on `@npm//:@types`.
// Typescript will automatically discover all types under node_modules/@types
// and included them in the build. See getAutomaticTypeDirectiveNames in
// https://github.com/Microsoft/TypeScript/blob/master/src/compiler/moduleNameResolver.ts.
}
}