blob: c3c478f7933b3d7a5bfcee0d009a8d1668385195 [file] [log] [blame]
{
"compilerOptions": {
// Explicitly set types settings so typescript doesn't auto-discover types.
// If all types are discovered then all types need to be included as deps
// or typescript may error out with TS2688: Cannot find type definition file for 'foo'.
"types": []
},
"bazelOptions": {
"tsickle": true,
"googmodule": true
}
}