blob: 0307f474b2160e0c52031ff1e200c94efeb57a82 [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.
}
}